[Webkit-unassigned] [Bug 93214] [EFL][DRT] http/tests/loading/307-after-303-after-post.html times out

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 5 06:43:38 PST 2013


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





--- Comment #3 from Dan Winship <danw at gnome.org>  2013-02-05 06:45:43 PST ---
(From update of attachment 186569)
View in context: https://bugs.webkit.org/attachment.cgi?id=186569&action=review

> Source/WebCore/platform/network/soup/ResourceHandleSoup.cpp:425
>      if (message->method == SOUP_METHOD_GET)
> -        return false;
> +        return request.httpMethod() != "GET";

Why are message->method and request.httpMethod() different?

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