[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 22:40:16 PST 2013


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





--- Comment #10 from Chen Zhixiang <chenzx at cn.fujitsu.com>  2013-01-21 22:42:08 PST ---
d:\qt-everywhere-opensource-src-4.8.4\src\corelib\kernel\qsocketnotifier.h:

class Q_CORE_EXPORT QSocketNotifier : public QObject
{
    Q_OBJECT
    Q_DECLARE_PRIVATE(QObject)

public:
    enum Type { Read, Write, Exception };

QSocketNotifier class defines 3 types, if I can add the 4th ReadTimeout, everything will be perfect, better if the timeout value can be set indivually of each socket.

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