[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
Sun Jan 20 18:31:51 PST 2013


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





--- Comment #4 from Chen Zhixiang <chenzx at cn.fujitsu.com>  2013-01-20 18:33:41 PST ---
http://lists.trolltech.com/qt-interest/2007-01/thread00209-0.html 

In java, if I force to close a io stream of a socket in another thread, the blocking network io thread will receive a exception -- so it breaks from a io blocking wait state.

But when i migrate this idea from java to c++(qt), scenes different: i could call ::close/::closesocket to QAbstractSocket::socketDescriptor(), but nothing(exception) happened. The network io thread can't get notification! So it can't recover from a io blocking wait state.

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