[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 18:08:55 PST 2013


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





--- Comment #18 from Chen Zhixiang <chenzx at cn.fujitsu.com>  2013-01-24 18:10:50 PST ---
I have seen https://bugzilla.mozilla.org/show_bug.cgi?id=407190 you provided, that's just what I need!

But our internal project is built on QtWebKit, I've to find a way to do it.

Pity mozilla guys didn't fully solve this problem. User controlled read timeout may interfere with existing non-blocking io operation state machine, but i thought if really there is a urge needs for this, things would be solved finally.

Even stepping forward, modifying Qt core code is NOT very good, it is better to dig in deeper —— to set a new TCP/IP option, let's naming it "NONBLOCK_USER_READ_TIMEOUT", this probably will be the right solution.

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