Diff
Not logged in

Differences From Artifact [7b9eccf8de]:

To Artifact [f6f8c2af9a]:


1104
1105
1106
1107
1108
1109

1110
1111
1112
1113
1114
1104
1105
1106
1107
1108

1109
1110
1111
1112
1113
1114





-
+





      pkgLog [appendArgs \ 
          "attempting to download URI \"" $uri \"...] 
    } 
 
    if {[isEagle]} then { 
      set data [uri download -inline $uri] 
      set data [uri download -timeouttype network -inline $uri] 
    } else { 
      set data [getFileViaHttp \ 
          $uri 20 stdout [expr {!$verboseUriDownload}] -binary true] 
    }