Bug 47583 - Unable to load www.webwereld.com
Summary: Unable to load www.webwereld.com
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL: http://www.webwereld.com/
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-13 02:26 PDT by Priit Laes (IRC: plaes)
Modified: 2012-01-13 02:32 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Priit Laes (IRC: plaes) 2010-10-13 02:26:40 PDT
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.
Comment 1 Martin Robinson 2010-10-13 07:53:53 PDT
CCing Sergio, who may be interested in this bug.
Comment 2 Alexey Proskuryakov 2010-10-13 12:05:22 PDT
This site loads as blank in both Safari and Firefox for me - but without error messages.
Comment 3 Martin Robinson 2010-10-13 12:08:49 PDT
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.
Comment 4 Priit Laes (IRC: plaes) 2010-10-20 01:30:03 PDT
Another web page with similar issue: http://www.brettoliver.org.uk/masterclock.htm
Comment 5 Martin Robinson 2010-10-20 17:41:13 PDT
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.
Comment 6 Sergio Villar Senin 2010-10-21 00:48:49 PDT
At libsoup level the problem is that we get an EOF socket error. Then as Martin says the frame loader notifies the failure.
Comment 7 Sergio Villar Senin 2010-11-18 11:22:19 PST
Should be fixed after this:

https://bugzilla.gnome.org/show_bug.cgi?id=631525
Comment 8 Martin Robinson 2010-11-18 11:46:11 PST
Hrm. I still think that the FrameLoaderClient should skip the error page if the load fails after data has loaded.
Comment 9 Priit Laes (IRC: plaes) 2012-01-13 02:32:25 PST
Closing previously fixed bugs.