[Webkit-unassigned] [Bug 203404] [GTK][WPE] QR code not loaded in web.whatsapp.com

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 28 06:25:39 PST 2020


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

--- Comment #19 from Michael Catanzaro <mcatanzaro at gnome.org> ---
// FIXME: this is done by libsoup since 2.69.1 and 2.68.4, so it can be removed when bumping the libsoup requirement.

Problem is we won't find that FIXME comment when actually bumping the libsoup requirement. If you also add:

#if !SOUP_CHECK_VERSION(2, 70, 0)
    soup_message_set_flags(msg, static_cast<SoupMessageFlags>(soup_message_get_flags(msg) | SOUP_MESSAGE_NEW_CONNECTION));
#endif

Then anyone grepping for SOUP_CHECK_VERSION is guaranteed to find it. :)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200128/a7f9a7f9/attachment.htm>


More information about the webkit-unassigned mailing list