mirror of
https://github.com/curl/curl.git
synced 2026-08-25 12:03:39 +03:00
http2: move the mem+len pair to the stream struct
This commit is contained in:
parent
84c6b6561f
commit
7bbac214f5
5 changed files with 44 additions and 23 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue