summaryrefslogtreecommitdiffstats
path: root/library/http2.1
diff options
context:
space:
mode:
authorhobbs <hobbs>1999-11-10 02:52:20 (GMT)
committerhobbs <hobbs>1999-11-10 02:52:20 (GMT)
commitd9b03f0b9e9639bc6ad1e335ce853cf29a95f84e (patch)
treeacc681353e90a3218bfa3ed3af3685f7d399236c /library/http2.1
parentca84f4e6ba0a386aac0b6e1d9051edbcfb0e2aff (diff)
downloadtcl-d9b03f0b9e9639bc6ad1e335ce853cf29a95f84e.zip
tcl-d9b03f0b9e9639bc6ad1e335ce853cf29a95f84e.tar.gz
tcl-d9b03f0b9e9639bc6ad1e335ce853cf29a95f84e.tar.bz2
*** empty log message ***
Diffstat (limited to 'library/http2.1')
-rw-r--r--library/http2.1/http.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/http2.1/http.tcl b/library/http2.1/http.tcl
index 7bcc04a..72b5623 100644
--- a/library/http2.1/http.tcl
+++ b/library/http2.1/http.tcl
@@ -9,7 +9,7 @@
# See the file "license.terms" for information on usage and
# redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: http.tcl,v 1.13 1999/10/30 00:31:58 welch Exp $
+# RCS: @(#) $Id: http.tcl,v 1.14 1999/11/10 02:52:20 hobbs Exp $
package provide http 2.1 ;# This uses Tcl namespaces
@@ -348,7 +348,7 @@ proc http::cleanup {token} {
return
}
if {[string equal $state(state) "header"]} {
- if {[catch {gets $s line} n]} {
+ if {[catch {gets $s line} n]} {
Finish $token $err
}
if {$n == 0} {