From 07ebaf837843124ee670e5b8c218b80b92e06e47 Mon Sep 17 00:00:00 2001 From: Elia Tufarolo Date: Tue, 13 Nov 2018 18:30:56 +0100 Subject: http_negotiate: do not close connection until negotiation is completed Fix HTTP POST using CURLAUTH_NEGOTIATE. Closes #3275 --- lib/http.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/http.c') diff --git a/lib/http.c b/lib/http.c index 46ac15a6e..afc919b09 100644 --- a/lib/http.c +++ b/lib/http.c @@ -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 -- cgit v1.2.3