mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-06 18:18:52 +08:00
Fix compile error with --enable-debug
This commit is contained in:
@@ -4304,7 +4304,7 @@ ssize_t nghttp2_session_mem_recv(nghttp2_session *session,
|
||||
|
||||
if(iframe->frame.hd.length > session->local_settings.max_frame_size) {
|
||||
DEBUGF(fprintf(stderr,
|
||||
"recv: length is too large %u > %u\n",
|
||||
"recv: length is too large %zu > %u\n",
|
||||
iframe->frame.hd.length,
|
||||
session->local_settings.max_frame_size));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user