summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkjnash <k.j.nash@usa.net>2022-09-09 15:32:00 (GMT)
committerkjnash <k.j.nash@usa.net>2022-09-09 15:32:00 (GMT)
commit6ed82bc4e590af32ae2a7742913dbd3388d6ce81 (patch)
treee64fe1329d0c364d9de1c6f2527ab8b41b93b80c
parent34d4a98d7cf24421a7b65fbff7ff06a7d535579c (diff)
downloadtcl-6ed82bc4e590af32ae2a7742913dbd3388d6ce81.zip
tcl-6ed82bc4e590af32ae2a7742913dbd3388d6ce81.tar.gz
tcl-6ed82bc4e590af32ae2a7742913dbd3388d6ce81.tar.bz2
Fix bug [338d979f5b] - default content-type is application/octet-stream
-rw-r--r--library/http/http.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/http/http.tcl b/library/http/http.tcl
index be991fc..8e4c205 100644
--- a/library/http/http.tcl
+++ b/library/http/http.tcl
@@ -1001,7 +1001,7 @@ proc http::CreateToken {url args} {
totalsize 0
querylength 0
queryoffset 0
- type text/html
+ type application/octet-stream
body {}
status ""
http ""