[Webkit-unassigned] [Bug 60875] [SOUP] Abnormal operation if server sends 5xx status code without HTTP body
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri May 27 04:08:09 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=60875
--- Comment #9 from Keunsoon Lee <keunsoon.lee at samsung.com> 2011-05-27 04:08:08 PST ---
You are right. This patch handles all 4xx/5xx responses unlike current code.
But, I think there is no difference from a WebCore's viewpoint. WebCore (i.e. ResourceHandle) still receives didReceiveResponse on current code for 4xx/5xx responses.
And it can cause small delay because of waiting for data, but I think it is tolerable for wrong operation.
For side effects, I did my best to test this patch, but it still needs to be tested from others.
What do you think of the best way to test this?
--
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