mirror of
https://github.com/moparisthebest/curl
synced 2025-03-11 07:39:50 -04:00
http2: use the correct set buffer size
This commit is contained in:
parent
87eb8d5b30
commit
504eafff86
@ -165,7 +165,7 @@ void Curl_http2_setup_req(struct Curl_easy *data)
|
||||
http->closed = FALSE;
|
||||
http->close_handled = FALSE;
|
||||
http->mem = data->state.buffer;
|
||||
http->len = BUFSIZE;
|
||||
http->len = data->set.buffer_size;
|
||||
http->memlen = 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user