From: Enno Boland (tox) Date: Tue, 20 Oct 2009 12:11:08 +0000 (+0200) Subject: reformating X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=commitdiff_plain;h=72e01b254415a66fe2c6782ff8996f44590966e6 reformating --- diff --git a/surf.c b/surf.c index fefb263..6c386fa 100644 --- a/surf.c +++ b/surf.c @@ -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);