[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
Mon Jan 21 03:58:00 PST 2013


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


Jocelyn Turcotte <jocelyn.turcotte at digia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jocelyn.turcotte at digia.com




--- Comment #6 from Jocelyn Turcotte <jocelyn.turcotte at digia.com>  2013-01-21 03:59:51 PST ---
What do you mean by "The QtWebKit demos/browser loading procedure seems blocked", how did you observe it?

What code do you run on the client exactly, are you loading only your perl script url, or are you first loading a page normally, and then the perl script HTTP URL?

The network loading is put in a thread by QNetworkAccessManager, and TCP packets coming in should be handed to the application and the thread should return to the event loop immediately until more packets come.

If what you are reporting is true, I think this is bad, but it could also be caused by code in your client.

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