mirror of
https://github.com/curl/curl.git
synced 2026-07-06 19:27:16 +03:00
http2: use the correct set buffer size
This commit is contained in:
parent
87eb8d5b30
commit
504eafff86
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue