mirror of
https://gitee.com/openharmony/third_party_nghttp2
synced 2024-11-24 00:10:12 +00:00
Fix compile error with --enable-debug
This commit is contained in:
parent
455d911f61
commit
16101b8b3f
@ -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));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user