summaryrefslogtreecommitdiffstats
path: root/library/http
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-06-05 13:10:11 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-06-05 13:10:11 (GMT)
commit9d4f0b95ebcb92f94f3e4895af5014c458d68519 (patch)
treeda9fe86d2c5f774d274fa0c462e5c949861e564e /library/http
parent514638fd758486513ea7eb842bb8972fd854ca06 (diff)
downloadtcl-9d4f0b95ebcb92f94f3e4895af5014c458d68519.zip
tcl-9d4f0b95ebcb92f94f3e4895af5014c458d68519.tar.gz
tcl-9d4f0b95ebcb92f94f3e4895af5014c458d68519.tar.bz2
More of the same: Space before tab is extremely unlikely to be correct indentation pattern.
Diffstat (limited to 'library/http')
-rw-r--r--library/http/http.tcl8
1 files changed, 4 insertions, 4 deletions
diff --git a/library/http/http.tcl b/library/http/http.tcl
index d53ecef..63c2403 100644
--- a/library/http/http.tcl
+++ b/library/http/http.tcl
@@ -2449,7 +2449,7 @@ proc http::Connected {token proto phost srvurl} {
if {[info exists state(reusing)] && $state(reusing)} {
# The socket was closed at the server end, and closed at
# this end by http::CheckEof.
- if {[TestForReplay $token write $err a]} {
+ if {[TestForReplay $token write $err a]} {
return
} else {
Finish $token {failed to re-use socket}
@@ -3396,7 +3396,7 @@ proc http::cleanup {token} {
#
# Side Effects
# Sets the status of the connection, which unblocks
-# the waiting geturl call
+# the waiting geturl call
proc http::Connect {token proto phost srvurl} {
variable $token
@@ -4925,7 +4925,7 @@ proc http::ReceiveChunked {chan command} {
}
# http::SplitCommaSeparatedFieldValue --
-# Return the individual values of a comma-separated field value.
+# Return the individual values of a comma-separated field value.
#
# Arguments:
# fieldValue Comma-separated header field value.
@@ -4942,7 +4942,7 @@ proc http::SplitCommaSeparatedFieldValue {fieldValue} {
# http::GetFieldValue --
-# Return the value of a header field.
+# Return the value of a header field.
#
# Arguments:
# headers Headers key-value list