mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00
Subject: [PATCH] Fix deflate-frame extension TX log statement
This commit is contained in:
parent
0ea169c3c9
commit
976d9ebbe8
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ bail:
|
|||
}
|
||||
lwsl_debug(
|
||||
"deflate-frame ext TX did realloc to %ld\n",
|
||||
conn->buf_in_length);
|
||||
conn->buf_out_length);
|
||||
|
||||
conn->zs_out.next_out = (conn->buf_out +
|
||||
LWS_SEND_BUFFER_PRE_PADDING + len_so_far);
|
||||
|
|
Loading…
Add table
Reference in a new issue