[Webkit-unassigned] [Bug 67277] REGRESSION (r94132): broke fast/loader/location-port.html on GTK

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 21 05:08:38 PDT 2011


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


Devdatta <pwjd73 at motorola.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #111947|                            |review?, commit-queue?
               Flag|                            |




--- Comment #10 from Devdatta <pwjd73 at motorola.com>  2011-10-21 05:08:38 PST ---
Created an attachment (id=111947)
 --> (https://bugs.webkit.org/attachment.cgi?id=111947&action=review)
Patch

This seems to be an issue with libSoup API. If port is 0, it is not explicitly specified in SoupURI.
<http://maemo.org/api_refs/5.0/5.0-final/libsoup-2.4/libsoup-24-SoupURI.html#soup-uri-set-port>

Hence adding an explicit check for the port before updating ResourceRequest with SoupMessage fixes this issue.

I have attached the patch for review.

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