[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 14 00:32:04 PST 2013


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





--- Comment #1 from Chen Zhixiang <chenzx at cn.fujitsu.com>  2013-01-14 00:33:53 PST ---
The perl cgi script:

#!d:/strawberry/perl/bin/perl

sleep 1000 ;
print "Content-type: text\/html\n\n" ;
print "<body>Hello</body>\n\n" ;

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