Skip to content

Commit

Permalink
increase max header length to 8k
Browse files Browse the repository at this point in the history
  • Loading branch information
davehorton committed Jan 26, 2024
1 parent b80b2c5 commit cbdcb90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsofia-sip-ua/tport/tport_logging.c
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ void tport_log_msg(tport_t *self, msg_t *msg,

#define MSG_SEPARATOR \
"------------------------------------------------------------------------\n"
#define MAX_LINELEN 4095
#define MAX_LINELEN 8192

for (i = n = 0; i < iovlen && i < 80; i++)
n += iov[i].mv_len;
Expand Down

0 comments on commit cbdcb90

Please sign in to comment.