summaryrefslogtreecommitdiffstats
path: root/ds9/library
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-10-18 18:36:52 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-10-18 18:36:52 (GMT)
commit01779e2225fe31245ad94ccd01f95c5c7d805494 (patch)
tree604419116c3aedbb152ecdc500f418059c95fac7 /ds9/library
parent6e339e7f5405f43e971edae22bd21a6d03b9ade8 (diff)
parentc08c815e3bd6b62cb17ae1eda4fcce81059d316d (diff)
downloadblt-01779e2225fe31245ad94ccd01f95c5c7d805494.zip
blt-01779e2225fe31245ad94ccd01f95c5c7d805494.tar.gz
blt-01779e2225fe31245ad94ccd01f95c5c7d805494.tar.bz2
Merge branch 'master' into devel
Diffstat (limited to 'ds9/library')
-rw-r--r--ds9/library/url.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ds9/library/url.tcl b/ds9/library/url.tcl
index 1c159f9..ac217b6 100644
--- a/ds9/library/url.tcl
+++ b/ds9/library/url.tcl
@@ -146,7 +146,6 @@ proc LoadURLFitsHTTP {url layer mode} {
-timeout $ihttp(timeout) \
-headers "[ProxyHTTP]"]
-
# reset errorInfo (may be set in http::geturl)
global errorInfo
set errorInfo {}
@@ -215,6 +214,7 @@ proc LoadURLFitsHTTP {url layer mode} {
default {
Error "HTTP [msgcat::mc {Error}] $code"
+ http::reset $token
return
}
}