Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-31 | opts: more than 100 more examples for man pages... | Daniel Stenberg | |
2016-10-04 | CURLOPT_KEEP_SENDING_ON_ERROR.3: mention when it is added | Daniel Stenberg | |
2016-09-22 | New libcurl option to keep sending on error | Michael 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 |