Re-arranged code to make the proxy-CONNECT loop able to do some of the

authentication negotiations needed for NTLM, Digest etc.
This commit is contained in:
Daniel Stenberg
2003-09-03 21:51:28 +00:00
parent cafcc242e6
commit 52ceab5e41
3 changed files with 441 additions and 356 deletions

View File

@@ -43,5 +43,8 @@ void Curl_httpchunk_init(struct connectdata *conn);
CHUNKcode Curl_httpchunk_read(struct connectdata *conn, char *datap,
ssize_t length, ssize_t *wrote);
void Curl_http_auth_stage(struct SessionHandle *data, int stage);
CURLcode Curl_http_auth(struct connectdata *conn,
int httpcode, char *header);
void Curl_http_auth_act(struct connectdata *conn);
#endif
#endif