diff options
author | cvs2fossil <cvs2fossil> | 2000-03-30 04:36:09 (GMT) |
---|---|---|
committer | cvs2fossil <cvs2fossil> | 2000-03-30 04:36:09 (GMT) |
commit | 0b5453c561b62764ef764923e89b8c32e3b0f3a1 (patch) | |
tree | 56004322c3888a75cfad2896ad2e4b54bb7866dd /tests/httpd | |
parent | 5f7fd015c795c68b50b9f34e28deb81c5f5549d2 (diff) | |
download | tcl-0b5453c561b62764ef764923e89b8c32e3b0f3a1.zip tcl-0b5453c561b62764ef764923e89b8c32e3b0f3a1.tar.gz tcl-0b5453c561b62764ef764923e89b8c32e3b0f3a1.tar.bz2 |
Created branch scriptics-sc-2-0-b2-syntheticscriptics_sc_2_0_b2scriptics_sc_2_0_b2_synthetic
Diffstat (limited to 'tests/httpd')
-rw-r--r-- | tests/httpd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/httpd b/tests/httpd index aa2e51d..94cfb43 100644 --- a/tests/httpd +++ b/tests/httpd @@ -106,6 +106,7 @@ proc httpdRead { sock } { set data(length) $data(length_orig) httpdRespond $sock } +puts stderr "Post Dispatch" } default { if [eof $sock] { |