]> granicus.if.org Git - curl/commit
http2: Curl_read should not use the single buffer
authorDaniel Stenberg <daniel@haxx.se>
Mon, 4 May 2015 08:03:07 +0000 (10:03 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 18 May 2015 06:57:18 +0000 (08:57 +0200)
commit5252f13dfaa6c006f085450813104e285c01ee28
tree14c94693c558a2af7c3008c32780e86ed9d0a881
parent153f9401983ed6a0eb8ac365c79ad668858182d2
http2: Curl_read should not use the single buffer

... as it does for pipelining when we're multiplexing, as we need the
different buffers to store incoming data correctly for all streams.
lib/sendf.c