aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_KEEP_SENDING_ON_ERROR.3
AgeCommit message (Collapse)Author
2017-05-31opts: more than 100 more examples for man pages...Daniel Stenberg
2016-10-04CURLOPT_KEEP_SENDING_ON_ERROR.3: mention when it is addedDaniel Stenberg
2016-09-22New libcurl option to keep sending on errorMichael Kaufmann
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