[Webkit-unassigned] [Bug 34435] [Gtk] libsoup critical warning in media player http cookies injection code
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Feb 3 09:49:52 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=34435
Gustavo Noronha (kov) <gns at gnome.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #48002|review? |review+, commit-queue-
Flag| |
--- Comment #15 from Gustavo Noronha (kov) <gns at gnome.org> 2010-02-03 09:49:51 PST ---
(From update of attachment 48002)
151 // Do injection only for http(s) uris.
152 if (g_ascii_strncasecmp(uri->scheme, "http", 4)
153 || g_ascii_strncasecmp(uri->scheme, "https", 5))
154 return;
I think it's better to use SOUP_URI_VALID_FOR_HTTP() here instead.
--
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