http2: rename s/data/pausedata

This commit is contained in:
Daniel Stenberg 2015-05-11 15:10:21 +02:00
parent a66ed407d2
commit 522ca8c035
3 changed files with 19 additions and 18 deletions

View file

@ -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;