Diff
Not logged in

Differences From Artifact [4c4322f0ab]:

To Artifact [e66cb55376]:


2238
2239
2240
2241
2242
2243

2244
2245
2246
2247
2248
2238
2239
2240
2241
2242

2243
2244
2245
2246
2247
2248





-
+





          # 
          pageLog [appendArgs \ 
              "attempting to download URL \"" $uri \"...] 
        } 
 
        set token [eval [list ::http::geturl $uri] $args] 
        set token [eval ::http::geturl [list $uri] $args] 
 
        # 
        # NOTE: Grab the HTTP response code and data now as they are needed 
        #       in almost all cases. 
        #