[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
Thu Jan 24 05:19:10 PST 2013


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





--- Comment #16 from Jocelyn Turcotte <jocelyn.turcotte at digia.com>  2013-01-24 05:21:04 PST ---
Did some research and here's a similar issue for Mozilla that might resemble your "internal project needs": https://bugzilla.mozilla.org/show_bug.cgi?id=407190

But I don't understand why you have to go all the way down those layers to plant your QTimer, you can manage this on top of QNetworkReply and call abort() when it times out.

All this could be done in Source\WebCore\platform\network\qt\QNetworkReplyHandler.cpp, but given the few users that would benefit of it, I think that this should only be implemented if the code is simple enough to make the maintenance costs worth 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