summaryrefslogtreecommitdiff
path: root/lib/http_ntlm.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-09-15 21:11:22 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-09-15 21:11:22 +0000
commit58b1437cae71335fe78e850f0f2bacfcfb268333 (patch)
treeb99a0ab5711dad3d247a137acc19c89ed5076637 /lib/http_ntlm.h
parentc611ac958e0a680542a56ebb8d96a624c56ae150 (diff)
downloadcurl-58b1437cae71335fe78e850f0f2bacfcfb268333.tar.gz
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!
Diffstat (limited to 'lib/http_ntlm.h')
-rw-r--r--lib/http_ntlm.h2
1 files changed, 1 insertions, 1 deletions
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);