From d9b03f0b9e9639bc6ad1e335ce853cf29a95f84e Mon Sep 17 00:00:00 2001 From: hobbs Date: Wed, 10 Nov 1999 02:52:20 +0000 Subject: *** empty log message *** --- library/http/http.tcl | 4 ++-- library/http2.1/http.tcl | 4 ++-- library/http2.3/http.tcl | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/library/http/http.tcl b/library/http/http.tcl index 7bcc04a..72b5623 100644 --- a/library/http/http.tcl +++ b/library/http/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} { 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} { diff --git a/library/http2.3/http.tcl b/library/http2.3/http.tcl index 7bcc04a..72b5623 100644 --- a/library/http2.3/http.tcl +++ b/library/http2.3/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} { -- cgit v0.12