aboutsummaryrefslogtreecommitdiff
path: root/lib/http.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2015-05-11 15:10:21 +0200
committerDaniel Stenberg <daniel@haxx.se>2015-05-18 09:33:47 +0200
commit522ca8c035e487801253f0349906160515389f7e (patch)
tree8d980d2721f92e75150dcd4d8a5a6a8b14a55a16 /lib/http.c
parenta66ed407d2ba40d95d1a68603b20bcd3bf036802 (diff)
http2: rename s/data/pausedata
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;