diff options
Diffstat (limited to 'tests/httpd')
-rw-r--r-- | tests/httpd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/httpd b/tests/httpd index 8753912..40e10df 100644 --- a/tests/httpd +++ b/tests/httpd @@ -209,7 +209,7 @@ proc httpdRespond { sock } { } # Catch errors from premature client closes - + catch { if {$data(proto) == "HEAD"} { puts $sock "HTTP/1.0 200 OK" |