Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-10 | tests/data: fix static ip:port instead of dynamic values being used | Marc Hoersken | |
Closes #5065 | |||
2019-08-01 | http_negotiate: improve handling of gss_init_sec_context() failures | Kamil Dudka | |
If HTTPAUTH_GSSNEGOTIATE was used for a POST request and gss_init_sec_context() failed, the POST request was sent with empty body. This commit also restores the original behavior of `curl --fail --negotiate`, which was changed by commit 6c6035532383e300c712e4c1cd9fdd749ed5cf59. Add regression tests 2077 and 2078 to cover this. Fixes #3992 Closes #4171 |