[Webkit-unassigned] [Bug 106761] [Qt] Using sleep to delay in http server reponse causes QtWebKit page loading blocked

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 22 03:55:08 PST 2013


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





--- Comment #11 from Jocelyn Turcotte <jocelyn.turcotte at digia.com>  2013-01-22 03:57:00 PST ---
(In reply to comment #9)
> I think there should be a default read timeout (e.g. 30secs) for QtWebKit, but currently if server delays, the browser client can't auto read timeout.

I thought that you meant that the GUI is frozen/irresponsive, but it doesn't seem to be the case (at least when I tested with your server script).

Isn't that what you meant with: "QtWebKit uses a blocking socket for under networking, if the network or server blocks/delays, it will cause GUI client to blocked."?

If it's only the loading that you report as blocked, I think that it is fine not to have a read timeout. We have a connection timeout of 30 seconds, but if the server was able to be contacted then we should wait for it.

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