summaryrefslogtreecommitdiffstats
path: root/tests/httpd
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2013-06-03 17:26:10 (GMT)
committerdgp <dgp@users.sourceforge.net>2013-06-03 17:26:10 (GMT)
commit6efc06566b9ee1b8ed7645920b7f37226cc00643 (patch)
treee82c6ea75216223c2d056e6f4cfe8c90e0371150 /tests/httpd
parentd2673c18e756c5e38c377eee7ba8a1afbf8c0af1 (diff)
parent596b5e9c70fd7bbef2a6d801c647bb939482961a (diff)
downloadtcl-core_8_4_20_rc.zip
tcl-core_8_4_20_rc.tar.gz
tcl-core_8_4_20_rc.tar.bz2
Diffstat (limited to 'tests/httpd')
-rw-r--r--tests/httpd2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/httpd b/tests/httpd
index 3ea8024..7ba07af 100644
--- a/tests/httpd
+++ b/tests/httpd
@@ -39,7 +39,7 @@ proc httpdAccept {newsock ipaddr port} {
fconfigure $newsock -blocking 0 -translation {auto crlf}
httpd_log $newsock Connect $ipaddr $port
set data(ipaddr) $ipaddr
- fileevent $newsock readable [list httpdRead $newsock]
+ after 50 [list fileevent $newsock readable [list httpdRead $newsock]]
}
# read data from a client request