mirror of
https://github.com/curl/curl.git
synced 2026-08-26 13:33:33 +03:00
http_negotiate: do not close connection until negotiation is completed
Fix HTTP POST using CURLAUTH_NEGOTIATE. Closes #3275
This commit is contained in:
parent
6d0e487f9f
commit
07ebaf8378
2 changed files with 8 additions and 1 deletions
|
|
@ -610,7 +610,6 @@ output_auth_headers(struct connectdata *conn,
|
|||
result = Curl_output_negotiate(conn, proxy);
|
||||
if(result)
|
||||
return result;
|
||||
authstatus->done = TRUE;
|
||||
negdata->state = GSS_AUTHSENT;
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue