mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
parent
d000c0c3b3
commit
2905bcad53
4
r5dev/thirdparty/curl/http2.c
vendored
4
r5dev/thirdparty/curl/http2.c
vendored
@ -880,8 +880,8 @@ static int on_header(nghttp2_session *session, const nghttp2_frame *frame,
|
||||
|
||||
if(stream->bodystarted) {
|
||||
/* This is trailer fields. */
|
||||
/* 3 is for ":" and "\r\n". */
|
||||
uint32_t n = (uint32_t)(namelen + valuelen + 3);
|
||||
/* 4 is for ":" and "\r\n". */
|
||||
uint32_t n = (uint32_t)(namelen + valuelen + 4);
|
||||
|
||||
DEBUGF(infof(data_s, "h2 trailer: %.*s: %.*s\n", namelen, name, valuelen,
|
||||
value));
|
||||
|
Loading…
x
Reference in New Issue
Block a user