[Webkit-unassigned] [Bug 24818] [GTK] http auth dialog pops up twice after a cancelled atempt

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 17 07:37:56 PDT 2009


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





------- Comment #6 from danw at gnome.org  2009-05-17 07:37 PDT -------
Did you edit that at all besides adding "first try", "second try"? The
Soup-Debug lines don't seem to match up right. Eg, the response for SoupMessage
0x83eede0 shows up in the log before the request. (This *might* be a SoupLogger
bug?)

Another oddity is that there are two SoupSessions in the log (0x95ec970 for the
first few requests, then 0x8108970 for the last one). Last I knew WebKit didn't
(intentionally) create more than one SoupSession.

Are multiple threads being used here? SoupSessionAsync doesn't go to any effort
to be threadsafe, so it's possible that that would mess things up. (In
particular, if you called certain methods from a thread other than the thread
whose GMainContext the session uses, then they might do bad things because they
might queue an asynchronous operation, which could end up completing in the
other thread even before the calling function returns.)


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