diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-06-13 08:57:12 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-06-13 08:57:12 (GMT) |
commit | e80a9647f5b435daaa052bbe487314a47794fdca (patch) | |
tree | d106c4c491093a055990c1b43af9b1d3eca0458f /library/http1.0/http.tcl | |
parent | f6f180df58c8c736937a105dbb2cdac6755f7c13 (diff) | |
download | tcl-e80a9647f5b435daaa052bbe487314a47794fdca.zip tcl-e80a9647f5b435daaa052bbe487314a47794fdca.tar.gz tcl-e80a9647f5b435daaa052bbe487314a47794fdca.tar.bz2 |
Use tabs for indenting in stead of 8 spaces
Diffstat (limited to 'library/http1.0/http.tcl')
-rw-r--r-- | library/http1.0/http.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/http1.0/http.tcl b/library/http1.0/http.tcl index 8329de4..ce112d8 100644 --- a/library/http1.0/http.tcl +++ b/library/http1.0/http.tcl @@ -94,8 +94,8 @@ proc http_get { url args } { meta {} currentsize 0 totalsize 0 - type text/html - body {} + type text/html + body {} status "" } set options {-blocksize -channel -command -handler -headers \ |