diff options
author | Daniel Stenberg <daniel@haxx.se> | 2018-09-05 11:33:51 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-09-05 11:34:03 +0200 |
commit | f7208df7d9d5cd5e15e2d89237e828f32b63f135 (patch) | |
tree | b729acfdd8fe43379ccf96664d43cecc1ae354fa /tests/data/DISABLED | |
parent | 61a51e0e12ed84a504a0a10be6b166a910f22ff2 (diff) | |
download | curl-f7208df7d9d5cd5e15e2d89237e828f32b63f135.tar.gz |
pipelining: deprecated
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
Diffstat (limited to 'tests/data/DISABLED')
-rw-r--r-- | tests/data/DISABLED | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/data/DISABLED b/tests/data/DISABLED index 69eeec50d..0fb5b92e5 100644 --- a/tests/data/DISABLED +++ b/tests/data/DISABLED @@ -20,3 +20,12 @@ 1903 # fnmatch differences are just too common to make testing them sensible 1307 +# Pipelining is deprecated +530 +536 +584 +1900 +1901 +1902 +2033 + |