mirror of
https://github.com/curl/curl.git
synced 2026-08-26 05:43:31 +03:00
http2: rename s/data/pausedata
This commit is contained in:
parent
a66ed407d2
commit
522ca8c035
3 changed files with 19 additions and 18 deletions
|
|
@ -166,8 +166,8 @@ CURLcode Curl_http_setup_conn(struct connectdata *conn)
|
|||
http->nread_header_recvbuf = 0;
|
||||
http->bodystarted = FALSE;
|
||||
http->status_code = -1;
|
||||
http->data = NULL;
|
||||
http->datalen = 0;
|
||||
http->pausedata = NULL;
|
||||
http->pauselen = 0;
|
||||
http->error_code = NGHTTP2_NO_ERROR;
|
||||
http->closed = FALSE;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue