aboutsummaryrefslogtreecommitdiff
path: root/lib/http.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/http.c')
-rw-r--r--lib/http.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/http.c b/lib/http.c
index c3d72b759..4966f13b1 100644
--- a/lib/http.c
+++ b/lib/http.c
@@ -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;