ngtcp2: use overflow buffer for extra HTTP/3 data

Fixes #4525
Closes #4603
This commit is contained in:
Javier Blazquez 2019-11-15 23:57:45 -08:00 committed by Daniel Stenberg
parent 425c572a19
commit e0363a47de
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
6 changed files with 219 additions and 38 deletions

View file

@ -1618,6 +1618,7 @@ CURLcode Curl_http_done(struct connectdata *conn,
}
Curl_http2_done(conn, premature);
Curl_quic_done(data, premature);
Curl_mime_cleanpart(&http->form);