treformating - surf - customized build of surf, the suckless webkit browser
(HTM) git clone git://src.adamsgaard.dk/surf
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 72e01b254415a66fe2c6782ff8996f44590966e6
(DIR) parent 0835ea21245ee6db049619f3c49ce6c4c41d0be2
(HTM) Author: Enno Boland (tox) <tox@s01.de>
Date: Tue, 20 Oct 2009 14:11:08 +0200
reformating
Diffstat:
M surf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/surf.c b/surf.c
t@@ -640,9 +640,9 @@ request(SoupSession *s, SoupMessage *m, gpointer p) {
SoupCookieJar *cookies;
SoupMessageHeaders *h;
char *cookiestr;
+
soup_message_add_header_handler(m, "got-headers", "Set-Cookie",
G_CALLBACK(setcookie), NULL);
-
h = m->request_headers;
cookies = soup_cookie_jar_text_new(cookiefile, TRUE);
cookiestr = soup_cookie_jar_get_cookies(cookies, soup_message_get_uri(m), FALSE);