From 58b1437cae71335fe78e850f0f2bacfcfb268333 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 15 Sep 2003 21:11:22 +0000 Subject: When we issue a HTTP request, first make sure if the authentication phase is over or not, as if it isn't we shall not begin any PUT or POST operation. This cures bug report #805853, and test case 88 verifies it! --- lib/http_ntlm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/http_ntlm.h') diff --git a/lib/http_ntlm.h b/lib/http_ntlm.h index 88a248ccd..e2ea9e9e1 100644 --- a/lib/http_ntlm.h +++ b/lib/http_ntlm.h @@ -36,7 +36,7 @@ typedef enum { CURLntlm Curl_input_ntlm(struct connectdata *conn, bool proxy, char *header); /* this is for creating ntlm header output */ -CURLcode Curl_output_ntlm(struct connectdata *conn, bool proxy); +CURLcode Curl_output_ntlm(struct connectdata *conn, bool proxy, bool *ready); void Curl_ntlm_cleanup(struct SessionHandle *data); -- cgit v1.2.3