http2: move the mem+len pair to the stream struct

This commit is contained in:
Daniel Stenberg
2015-04-29 17:00:53 +02:00
parent 84c6b6561f
commit 7bbac214f5
5 changed files with 44 additions and 23 deletions

View File

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