aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLMOPT_PIPELINING.3
AgeCommit message (Collapse)Author
2019-04-06pipelining: removedDaniel Stenberg
As previously planned and documented in DEPRECATE.md, all pipelining code is removed. Closes #3651
2019-03-25CURLMOPT_PIPELINING.3: fix typoJay Satiro
2018-09-05multiplex: enable by defaultDaniel Stenberg
Starting 7.62.0, multiplexing is enabled by default in multi handles.
2018-09-05pipelining: deprecatedDaniel Stenberg
Transparently. The related curl_multi_setopt() options all still returns OK when pipelining is selected. To re-enable the support, the single line change in lib/multi.c needs to be reverted. See docs/DEPRECATE.md Closes #2705
2017-05-27opts: more examples added in option man pagesDaniel Stenberg
2016-09-01CURLMOPT_PIPELINING.3: languageDaniel Stenberg
2016-09-01CURLMOPT_PIPELINING.3: extended and clarifiedDaniel Stenberg
Especially in regards to the multiplexing part.
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-05-18CURLMOPT_PIPELINE: bit 1 is for multiplexingDaniel Stenberg
2014-11-04opts: more multi options as stand-alone man pagesDaniel Stenberg
2014-11-03opts: made stand-alone man-pages for several multi optionsDaniel Stenberg