[Webkit-unassigned] [Bug 111844] [Curl] POST requests sometimes fail.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 7 07:19:14 PDT 2013


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





--- Comment #4 from peavo at outlook.com  2013-05-07 07:17:38 PST ---
Modified the patch slightly, inspired by the blackberry port.
The blackberry port also ignores http code 100 (and other info codes),
see the method NetworkJob::handleNotifyStatusReceived() in
WebCore\platform\network\blackberry\NetworkJob.cpp.
The blackberry port also doesn't classify http code 304 (Not modified)
as a redirect. I did the same thing for Curl, now the 304 code is reported
as a response (ResourceHandleClient::didReceiveResponse() is called).

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