diff options
author | Michael Kaufmann <mail@michael-kaufmann.ch> | 2016-09-22 22:15:13 +0200 |
---|---|---|
committer | Michael Kaufmann <mail@michael-kaufmann.ch> | 2016-09-22 22:22:31 +0200 |
commit | e9e536619333b0ebd1b096be5c27a39c78e812c5 (patch) | |
tree | 44c39aad0c5acc5f0d330653ac214c274afdef38 /tests/data/Makefile.inc | |
parent | d1f1c857ad559eafef9373621d30174c046261ef (diff) | |
download | curl-e9e536619333b0ebd1b096be5c27a39c78e812c5.tar.gz |
New libcurl option to keep sending on error
Add the new option CURLOPT_KEEP_SENDING_ON_ERROR to control whether
sending the request body shall be completed when the server responds
early with an error status code.
This is suitable for manual NTLM authentication.
Reviewed-by: Jay Satiro
Closes https://github.com/curl/curl/pull/904
Diffstat (limited to 'tests/data/Makefile.inc')
-rw-r--r-- | tests/data/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/data/Makefile.inc b/tests/data/Makefile.inc index a3d315abb..8b402f02c 100644 --- a/tests/data/Makefile.inc +++ b/tests/data/Makefile.inc @@ -157,6 +157,7 @@ test1516 test1517 \ test1520 \ \ test1525 test1526 test1527 test1528 test1529 test1530 test1531 test1532 \ +test1533 \ \ test1600 test1601 test1602 test1603 test1604 test1605 \ \ |