mirror of
https://github.com/curl/curl.git
synced 2026-07-27 03:27:15 +03:00
http2: lazy init header_recvbuf
It makes us use less memory when not doing HTTP/2 and subsequently also makes us not have to cleanup HTTP/2 related data when not using HTTP/2!
This commit is contained in:
parent
783b3c7b42
commit
be4c8fd1ef
2 changed files with 3 additions and 1 deletions
|
|
@ -163,7 +163,6 @@ CURLcode Curl_http_setup_conn(struct connectdata *conn)
|
|||
|
||||
conn->data->req.protop = http;
|
||||
|
||||
http->header_recvbuf = Curl_add_buffer_init();
|
||||
http->nread_header_recvbuf = 0;
|
||||
http->bodystarted = FALSE;
|
||||
http->status_code = -1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue