diff options
| author | kjnash <k.j.nash@usa.net> | 2022-09-09 15:32:00 (GMT) |
|---|---|---|
| committer | kjnash <k.j.nash@usa.net> | 2022-09-09 15:32:00 (GMT) |
| commit | 6ed82bc4e590af32ae2a7742913dbd3388d6ce81 (patch) | |
| tree | e64fe1329d0c364d9de1c6f2527ab8b41b93b80c | |
| parent | 34d4a98d7cf24421a7b65fbff7ff06a7d535579c (diff) | |
| download | tcl-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.tcl | 2 |
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 "" |
