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 /docs/libcurl/symbols-in-versions | |
parent | d1f1c857ad559eafef9373621d30174c046261ef (diff) |
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 'docs/libcurl/symbols-in-versions')
-rw-r--r-- | docs/libcurl/symbols-in-versions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/libcurl/symbols-in-versions b/docs/libcurl/symbols-in-versions index e61319546..f6365ae11 100644 --- a/docs/libcurl/symbols-in-versions +++ b/docs/libcurl/symbols-in-versions @@ -411,6 +411,7 @@ CURLOPT_IOCTLFUNCTION 7.12.3 CURLOPT_IPRESOLVE 7.10.8 CURLOPT_ISSUERCERT 7.19.0 CURLOPT_KEYPASSWD 7.17.0 +CURLOPT_KEEP_SENDING_ON_ERROR 7.51.0 CURLOPT_KRB4LEVEL 7.3 7.17.0 CURLOPT_KRBLEVEL 7.16.4 CURLOPT_LOCALPORT 7.15.2 |