aboutsummaryrefslogtreecommitdiff
path: root/lib/transfer.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2015-04-29 17:00:53 +0200
committerDaniel Stenberg <daniel@haxx.se>2015-05-18 08:57:17 +0200
commit7bbac214f5be8ab87114a0e00db2ebd390e1c64b (patch)
tree171eba44aa9fd3d3ca5e09057c60392890fa927c /lib/transfer.c
parent84c6b6561f8a537f43b0647e4dbd7f2b258e2174 (diff)
http2: move the mem+len pair to the stream struct
Diffstat (limited to 'lib/transfer.c')
-rw-r--r--lib/transfer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/transfer.c b/lib/transfer.c
index 2d7b13785..ee7c37216 100644
--- a/lib/transfer.c
+++ b/lib/transfer.c
@@ -432,6 +432,7 @@ static CURLcode readwrite_data(struct SessionHandle *data,
else {
/* read nothing but since we wanted nothing we consider this an OK
situation to proceed from */
+ DEBUGF(infof(data, "readwrite_data: we're done!\n"));
nread = 0;
}