Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 |