WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
30758
[GTK] unable to change SoupMessage received from resource_request_get_message()
https://bugs.webkit.org/show_bug.cgi?id=30758
Summary
[GTK] unable to change SoupMessage received from resource_request_get_message()
Alexander Butenko
Reported
2009-10-25 08:35:18 PDT
static void web_cache_resource_request_starting_cb (WebKitWebView* web_view, WebKitWebFrame* web_frame, WebKitWebResource* web_resource, WebKitNetworkRequest* request, WebKitNetworkResponse* response, MidoriExtension* extension) { .. SoupMessage *msg = webkit_network_request_get_message (request); soup_message_headers_append (msg->request_headers, "If-Modified-Since", "Wed, 07 Jun 2006 19:38:24 GMT"); .. } If you will dump http transaction with WEBKIT_DEBUG=Network or wtih ngrep, If-Modified-Since will be never sent.
Attachments
Add attachment
proposed patch, testcase, etc.
Alexander Butenko
Comment 1
2009-10-25 21:30:42 PDT
Sorry for a noise. Please close this bug as invalid. One more test showed that it was mine fault.
Jan Alonzo
Comment 2
2009-10-26 02:54:12 PDT
As requested.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug