TSG-20091 适配控制报文格式修改
This commit is contained in:
@@ -1387,7 +1387,7 @@ static int handle_control_packet(struct packet_io *handle, marsio_buff_t *rx_buf
|
||||
|
||||
struct ctrl_pkt_parser ctrl_parser;
|
||||
ctrl_packet_parser_init(&ctrl_parser);
|
||||
if (ctrl_packet_parser_parse(&ctrl_parser, meta.raw_data + meta.l7offset, meta.raw_len - meta.l7offset, logger) == -1)
|
||||
if (ctrl_packet_parser_parse(&ctrl_parser, meta.raw_data + meta.l7offset, meta.raw_len - meta.l7offset, logger, thread->ref_acceptor_ctx->debug) == -1)
|
||||
{
|
||||
TFE_LOG_ERROR(logger, "%s: unexpected control packet, metadata's session %lu unable to parse data", LOG_TAG_PKTIO, meta.session_id);
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user