The curl backend does not support custom http methods. For example one can not issue an XMLHTTPRequest with a method "MYMETHOD", the backend will issue instead a simple "GET" request.
Created attachment 203941 [details] proposed patch
Comment on attachment 203941 [details] proposed patch View in context: https://bugs.webkit.org/attachment.cgi?id=203941&action=review > Source/WebCore/ChangeLog:10 > + > + No new tests, already covered by existing ones like: > + http/tests/xmlhttprequest/workers/methods.html > + http/tests/xmlhttprequest/workers/methods-async.html you dont need to update the result then?
(In reply to comment #2) > (From update of attachment 203941 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=203941&action=review > > > Source/WebCore/ChangeLog:10 > > + > > + No new tests, already covered by existing ones like: > > + http/tests/xmlhttprequest/workers/methods.html > > + http/tests/xmlhttprequest/workers/methods-async.html > > you dont need to update the result then? No, because the results are OK. The tests were failing before.
Comment on attachment 203941 [details] proposed patch Clearing flags on attachment: 203941 Committed r151441: <http://trac.webkit.org/changeset/151441>
All reviewed patches have been landed. Closing bug.