1
0
mirror of https://github.com/moparisthebest/curl synced 2025-02-28 17:31:46 -05:00
Daniel Stenberg 46bf7996f4 Curl_read: check for activated HTTP/1 pipelining, not only requested
... as when pipelining is used, we read things into a unified buffer and
we don't do that with HTTP/2. This could then easily make programs that
set CURLMOPT_PIPELINING = CURLPIPE_HTTP1|CURLPIPE_MULTIPLEX to get data
intermixed or plain broken between HTTP/2 streams.

Reported-by: Anders Bakken
2016-02-24 14:20:57 +01:00
..
2016-02-04 18:46:54 -05:00
2016-02-04 18:46:54 -05:00
2016-02-04 18:46:54 -05:00
2016-02-04 18:46:54 -05:00
2016-02-04 18:46:54 -05:00
2016-02-04 18:46:54 -05:00
2016-02-04 18:46:54 -05:00
2016-02-04 18:46:54 -05:00
2016-02-06 17:51:51 -05:00
2015-03-03 12:36:18 +01:00