Differences From Artifact [a8b42f9e5a]:
- File client/1.0/pkgr.eagle — part of check-in [0bff0fc24a] at 2016-08-21 03:10:21 on branch trunk — Unify the 'unique suffix' handling used by the client packages. Tighten up temporary directory handling, deleting them when possible. (user: mistachkin, size: 54272) [annotate] [blame] [check-ins using]
To Artifact [3344fda58e]:
- File client/1.0/pkgr.eagle — part of check-in [3bd1e45c11] at 2016-08-21 03:25:26 on branch trunk — Set the HTTP redirect limit to 20, per the standard default used by Mozilla. (user: mistachkin, size: 54272) [annotate] [blame] [check-ins using]
︙ | |||
382 383 384 385 386 387 388 | 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 | - + | "attempting to download URI \"" $uri \"...] } if {[isEagle]} then { set data [uri download -inline $uri] } else { set data [getFileViaHttp \ |
︙ |