[Webkit-unassigned] [Bug 62852] New: cannot handle status codes which have no response body

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 17 03:19:10 PDT 2011


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

           Summary: cannot handle status codes which have no response body
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Page Loading
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: keunsoon.lee at samsung.com


Hi,

This bug report is derived from https://bugs.webkit.org/show_bug.cgi?id=60875.

I found that FrameLoader tries to download if server or client error code without response body comes on EFL and GTK port.
But it seems all other ports have same problem.

So, I created a new thread to solve this problem for all ports and FrameLoader.

For solution, I simply called didFail() for such cases on soup port.
But, Robert Hogan and James Simonsen said didFail() is only for Network error and not for such status code error cases.

If so, we might need to create a new flow on Loader, because there is no way to handle this on Webkit.
And, each port might be hard to handle this within themselves.

What do you thing so?

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