tHTTP proxy authentication should now also work - vaccinewars - be a doctor and try to vaccinate the world
(HTM) git clone git://src.adamsgaard.dk/vaccinewars
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit cc778bf8f88790111dea11d6900d055e6ebdfbe4
(DIR) parent 37f0e5465b44686be8e1e40cf296c00ae70fcbf4
(HTM) Author: Ben Webb <ben@salilab.org>
Date: Fri, 5 Oct 2001 17:33:58 +0000
HTTP proxy authentication should now also work
Diffstat:
M src/network.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/src/network.c b/src/network.c
t@@ -604,7 +604,7 @@ static void ParseHtmlHeader(gchar *line,HttpConnection *conn) {
} else if (g_strcasecmp(split[0],"WWW-Authenticate:")==0 &&
conn->StatusCode==401) {
g_print("FIXME: Authentication %s required\n",split[1]);
- conn->proxyauth=TRUE;
+ conn->proxyauth=FALSE;
if (conn->authfunc) conn->authsupplied=(*conn->authfunc)(conn,split[1]);
/* Proxy-Authenticate is, strictly speaking, an HTTP/1.1 thing, but some
HTTP/1.0 proxies seem to support it anyway */