[Webkit-unassigned] [Bug 110127] [GTK][EFL] HEAD requests changed to GET after 303 redirection

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 21 08:17:19 PST 2013


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





--- Comment #5 from Martin Robinson <mrobinson at webkit.org>  2013-02-21 08:19:42 PST ---
(From update of attachment 189532)
View in context: https://bugs.webkit.org/attachment.cgi?id=189532&action=review

> Source/WebCore/platform/network/soup/ResourceHandleSoup.cpp:423
> -    if (message->method == SOUP_METHOD_GET)
> +    if (message->method == SOUP_METHOD_GET || message->method == SOUP_METHOD_HEAD)

What requests should be changed to GET? Is this described in an RFC? I think this bit of code needs a comment, at least, with a reference to how we know this is the right decision.

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