[Webkit-unassigned] [Bug 60415] [GTK] Missing response for HTTP requests in Inspector when using the Soup cache

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 9 09:49:05 PDT 2011


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





--- Comment #2 from Sergio Villar Senin <svillar at igalia.com>  2011-05-09 09:49:05 PST ---
(In reply to comment #1)
> (In reply to comment #0)
> But if you say that disabling the cache improves the situation then it could be something else, will take a look.

I think I've just found what happens here. The problem is that I forgot to cache the status code of the responses, and thus, I'm not resetting it in the responses generated by the cache. Will file a bug in libsoup and set a dependency.

BTW I have also realized that we are caching all the headers and some of them (the so called hop-by-hop headers) should not as are are meaningful only for a single transport-level connection. Will file another bug in libsoup for this

-- 
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