travis-ci
http_negotiate: improve handling of gss_init_sec_context() failures 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 6c6035532. Add regression tests 2077 and 2078 to cover this. Fixes #3992
23185 of 30659 relevant lines covered (75.62%)
886137.15 hits per line