aboutsummaryrefslogtreecommitdiff
path: root/www/elinks/files
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2001-02-22 09:25:11 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2001-02-22 09:25:11 +0000
commitd21c75af3bfdbfb27e5fc2e96cba65f7e86e4adf (patch)
treeffc7e135438fc2e987867f5c39444cb48ae479dc /www/elinks/files
parent401695d3cb86f930a59dc54fbbd9bd248e09618f (diff)
downloadports-d21c75af3bfdbfb27e5fc2e96cba65f7e86e4adf.tar.gz
ports-d21c75af3bfdbfb27e5fc2e96cba65f7e86e4adf.zip
Notes
Diffstat (limited to 'www/elinks/files')
-rw-r--r--www/elinks/files/patch-ac19
1 files changed, 19 insertions, 0 deletions
diff --git a/www/elinks/files/patch-ac b/www/elinks/files/patch-ac
new file mode 100644
index 000000000000..1d829173d2f0
--- /dev/null
+++ b/www/elinks/files/patch-ac
@@ -0,0 +1,19 @@
+--- http.c.orig Thu Feb 22 12:21:56 2001
++++ http.c Thu Feb 22 12:22:44 2001
+@@ -540,14 +540,14 @@
+ e->redirect_get = h == 303;
+ }
+ }
+- /*if (h == 401) if ((d = parse_http_header(e->head, "WWW-Authenticate", NULL))) {
++ if (h == 401) if ((d = parse_http_header(e->head, "WWW-Authenticate", NULL))) {
+ if (!strncasecmp(d, "Basic", 5)) {
+ add_auth_entry(host, get_param(d, "realm"));
+ add_questions_entry(do_auth_dialog);
+ setcstate(c, S_QUESTIONS);
+ }
+ mem_free(d);
+- }*/
++ }
+ kill_buffer_data(rb, a);
+ c->cache = e;
+ info->close = 0;