[Webkit-unassigned] [Bug 137300] [SOUP] TLS errors should take precedence over HTTP authentication
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Oct 6 08:59:48 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=137300
--- Comment #9 from Carlos Garcia Campos <cgarcia at igalia.com> 2014-10-06 08:59:44 PST ---
So, Dan confirmed I was wrong, I was not getting the tls-errors notify signal because I was connecting in request-started and it's too late. But I realized we are connecting to got-headers, that is also emitted before authenticate and tls errors are already set at that point so it looks like a good place to handle TLS errors.
--
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