RESOLVED FIXED 95199
[EFL] WebKit EFL updates view on HTTP 204 response
https://bugs.webkit.org/show_bug.cgi?id=95199
Summary [EFL] WebKit EFL updates view on HTTP 204 response
Chris Dumez
Reported 2012-08-28 07:25:42 PDT
WebKitEFL currently updates the view on HTTP 204 response (No content). Such response should be ignored. This causes the following test case to fail: http/tests/navigation/response204.html
Attachments
Patch (5.63 KB, patch)
2012-08-28 07:29 PDT, Chris Dumez
no flags
Patch (6.10 KB, patch)
2012-08-28 07:55 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2012-08-28 07:29:52 PDT
Kenneth Rohde Christiansen
Comment 2 2012-08-28 07:46:39 PDT
Comment on attachment 160973 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=160973&action=review > Source/WebKit2/UIProcess/API/efl/ewk_view_policy_client.cpp:63 > + if (resourceResponse.httpStatusCode() == 204) { Using #include "HTTPStatusCodes.h" would be better
Chris Dumez
Comment 3 2012-08-28 07:55:01 PDT
Created attachment 160981 [details] Patch Take Kenneth's feedback into consideration.
WebKit Review Bot
Comment 4 2012-08-28 08:46:31 PDT
Comment on attachment 160981 [details] Patch Clearing flags on attachment: 160981 Committed r126884: <http://trac.webkit.org/changeset/126884>
WebKit Review Bot
Comment 5 2012-08-28 08:46:35 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.