[Webkit-unassigned] [Bug 44261] [GTK] Add HTTP caching support
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 20 13:29:58 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=44261
--- Comment #4 from Martin Robinson <mrobinson at webkit.org> 2010-08-20 13:29:58 PST ---
> > > + if (m_req) {
> > > + g_object_set_data(G_OBJECT(m_req.get()), "webkit-resource", 0);
> > > + m_req.clear();
> >
> > There's no chance that this may be the last reference to m_req here?
> What's the problem then?
Sorry, misread this one! Looks fine actually.
> > here. You should use String::fromUTF8.
> soup_uri_to_string always returns an URL encoded URL, do you think we still need to use ::fromUTF8 ?
Yes. Since GLib strings are UTF-8, you should still use the proper String constructor. For instance, do you know what Soup's behavior is with IDNs?
> As stated here https://bugs.webkit.org/show_bug.cgi?id=40222#c11
> there was 1 test that fails with timeout but not with idle. After
> a long time debugging it, it seems that it's just a matter of timing.
> All the signals and events are emitted properly but somehow in a
> different order depending on the function used.
Interesting. I'm convinced, but I'd still like to get Gustavo's opinion
on it. He may have some further insights.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list