[Webkit-unassigned] [Bug 117307] [curl] Set the http response status text

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 8 04:18:18 PDT 2013


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





--- Comment #4 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2013-06-08 04:16:53 PST ---
(From update of attachment 204022)
View in context: https://bugs.webkit.org/attachment.cgi?id=204022&action=review

> Source/WebCore/platform/network/curl/ResourceHandleManager.cpp:321
> +        else if (header.startsWith("HTTP", false)) {

what does false mean? add /* ... */ ?

> Source/WebCore/platform/network/curl/ResourceHandleManager.cpp:323
> +            // This is (probably) the first line of the response.
> +            // Try to extract the http status text from this.

not very trustworthy comment, can you be more specific?

Attempt to extract HTTP status...

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