diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-03-28 14:34:31 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-03-28 14:34:31 (GMT) |
commit | aa00ed70ea279d9696538e8d07644cafd41efe9a (patch) | |
tree | c33ec0c5307403fdef8aa5dcf6cab5b3dbe35654 /library/http | |
parent | 2ffd05e70358635a831fc16b449e0021c4c00c14 (diff) | |
parent | 2445b5d59b9be7e5caff9a3e283c06e9803f6ed0 (diff) | |
download | tcl-aa00ed70ea279d9696538e8d07644cafd41efe9a.zip tcl-aa00ed70ea279d9696538e8d07644cafd41efe9a.tar.gz tcl-aa00ed70ea279d9696538e8d07644cafd41efe9a.tar.bz2 |
Merge 9.0
Diffstat (limited to 'library/http')
-rw-r--r-- | library/http/http.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/http/http.tcl b/library/http/http.tcl index 3410c46..89334ca 100644 --- a/library/http/http.tcl +++ b/library/http/http.tcl @@ -3392,7 +3392,7 @@ proc http::Connect {token proto phost srvurl} { # If any other requests are in flight or pipelined/queued, they will # be discarded. } - Finish $token "connect failed $err" + Finish $token "connect failed: $err" return } |