Bug 47583
Summary: | Unable to load www.webwereld.com | ||
---|---|---|---|
Product: | WebKit | Reporter: | Priit Laes (IRC: plaes) <plaes> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | mrobinson, svillar |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 | ||
URL: | http://www.webwereld.com/ |
Priit Laes (IRC: plaes)
When trying to load http://www.webwereld.com, the page shows "Connection terminated unexpectedly" error.
epiphany-2.30.6
libsoup-2.30.2
Webkit-gtk-1.3.4
This is a follow-up of bug 29669.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Martin Robinson
CCing Sergio, who may be interested in this bug.
Alexey Proskuryakov
This site loads as blank in both Safari and Firefox for me - but without error messages.
Martin Robinson
In Chromium, it loads a blank page for me as well, though I am able to view the page DOM (it seems to be a frameset) in the inspector.
Priit Laes (IRC: plaes)
Another web page with similar issue: http://www.brettoliver.org.uk/masterclock.htm
Martin Robinson
It seems the issue here is that FrameLoaderClient::dispatchDidFailLoad shows the error page uncoditionally. Probably it should only show the page if the load has produced no data at all.
Sergio Villar Senin
At libsoup level the problem is that we get an EOF socket error. Then as Martin says the frame loader notifies the failure.
Sergio Villar Senin
Should be fixed after this:
https://bugzilla.gnome.org/show_bug.cgi?id=631525
Martin Robinson
Hrm. I still think that the FrameLoaderClient should skip the error page if the load fails after data has loaded.
Priit Laes (IRC: plaes)
Closing previously fixed bugs.