diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-01-04 18:28:42 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-01-04 22:41:01 +0100 |
commit | d23cf8eda21966df116d417bfaca0f60603ce710 (patch) | |
tree | 5007b3e66ba43137cf7126172114490eb5e80ae0 /tests/data/Makefile.inc | |
parent | 82e6d34803dbe302f537d9cd9873d2717df02b46 (diff) | |
download | curl-d23cf8eda21966df116d417bfaca0f60603ce710.tar.gz |
http: have CURLOPT_FAILONERROR fail after all headersbagder/fail-with-headers
... so that Retry-After and other meta-content can still be used.
Added 1634 to verify. Adjusted test 194 and 281 since --fail now also
includes the header-terminating CRLF in the output before it exits.
Fixes #6408
Diffstat (limited to 'tests/data/Makefile.inc')
-rw-r--r-- | tests/data/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/Makefile.inc b/tests/data/Makefile.inc index 6aa871bbf..d0e6510b9 100644 --- a/tests/data/Makefile.inc +++ b/tests/data/Makefile.inc @@ -196,7 +196,7 @@ test1608 test1609 test1610 test1611 test1612 \ \ test1620 test1621 \ \ -test1630 test1631 test1632 test1633 \ +test1630 test1631 test1632 test1633 test1634 \ \ test1650 test1651 test1652 test1653 test1654 test1655 \ test1660 \ |