diff options
Diffstat (limited to 'ds9/library/url.tcl')
-rw-r--r-- | ds9/library/url.tcl | 2 |
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 } } |