From 7bbac214f5be8ab87114a0e00db2ebd390e1c64b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 29 Apr 2015 17:00:53 +0200 Subject: http2: move the mem+len pair to the stream struct --- lib/transfer.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/transfer.c') 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; } -- cgit v1.2.3