[Webkit-unassigned] [Bug 18608] [Gtk] WebKitNetworkRequest needs to be finished

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 26 14:43:55 PST 2008


https://bugs.webkit.org/show_bug.cgi?id=18608


christian at imendio.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |christian at imendio.com




------- Comment #20 from christian at imendio.com  2008-12-26 14:43 PDT -------
(In reply to comment #18)
> Created an attachment (id=22557)
 --> (https://bugs.webkit.org/attachment.cgi?id=22557&action=view) [review]
> proposed patch

Since we plan to actually expose libSoup API now, would it make sense to expose
a SoupMessage here? It looks like WebKitNetworkRequest to some extend reflects
what a 'message' does. While I doubt that either one can replace the other, a
'request' might for instance contain a 'message', for things like the method,
uri, body and headers. But that's only an idea, it might be less good an idea
in practise.

Another point is caching, we only have memory caching. It might be good to
figure out what the plan is, ie. if libSoup is going to feature caching, or if
we rely on a proxy server to do that, or if WebKit itself should take care of
it. And maybe refrain from introducing an option unless we know what it is
going to affect.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list