Overview
Comment: | Pickup upstream changes to the common HTTP support package. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
92383eb1845e88bd2a454673cb95a923 |
User & Date: | mistachkin on 2020-08-18 13:24:45 |
Other Links: | manifest | tags |
Context
2020-10-27
| ||
00:07 | Pickup the common HTTP package updates from upstream. check-in: 02c7f87bc2 user: mistachkin tags: trunk | |
2020-08-18
| ||
13:24 | Pickup upstream changes to the common HTTP support package. check-in: 92383eb184 user: mistachkin tags: trunk | |
2020-06-19
| ||
22:48 | Update generated documentation. check-in: 0db907ef17 user: mistachkin tags: trunk | |
Changes
Modified client/1.0/neutral/common.tcl from [41386734e0] to [17291662e0].
︙ | ︙ | |||
434 435 436 437 438 439 440 | ::http::cleanup $token; error [appendArgs \ "redirection limit of " $redirectLimit " exceeded"] } # # NOTE: Grab the metadata associated with this HTTP response. # | | | 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 | ::http::cleanup $token; error [appendArgs \ "redirection limit of " $redirectLimit " exceeded"] } # # NOTE: Grab the metadata associated with this HTTP response. # unset -nocomplain meta; array set meta [::http::meta $token] # # NOTE: Is there actually a new URI (location) to use? # if {[info exist meta(Location)]} then { # # NOTE: Ok, grab it now. Later, at the top of the loop, |
︙ | ︙ |
Modified client/1.0/neutral/common.tcl.asc from [e52a02fb13] to [d91ee7ad97].
1 2 3 | -----BEGIN PGP SIGNATURE----- Comment: Eagle Package Repository | | | | | | | | | | | | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | -----BEGIN PGP SIGNATURE----- Comment: Eagle Package Repository iQIzBAABCAAdFiEEw8dROIPu3TrtH+QlUCyWr0ldwtkFAl871kkACgkQUCyWr0ld wtmbaw/+Jl0fkoSSMnANI+p22u/iBlmKxuWbz7FGl02TY+ztxbQW5DQo5yH/jvcJ 7Q6Rpq8qw8miGL/b+5a7cX+cEF6CHN6q2p/qgZBFSoZfdGlY55UqTi4VH26nb6NT MXRhluzUERUK9WH717K4NBc4zE3D/rZiPNsZMHD0mV6058NE1YBdl/W+y3YHrXr+ snU2OWQgvq4sNKzz/u3GNuAsRG8iXpsoPJuTwayGfNBI5kegkOxQDlvqaxu+UeXz HUFSMgKeEdNS5BQF4jW5vPWmmNf3IgMpnDGBzf06g5bYDc3To+b5gJ2+eUblrSri pWg6yAXQoLeN3Agpb9ciZ4XwuyWO4g/AHJDH4K1bPO5yxC64f4f8Zo4OTPVTZk5R wTpSyJw4kJpy3JddWfyBqLbvLxK2DqVd7KQ78/QOy/cKhiDSYaLmJ7+AEpXGBc3s rVpuxnBt6O7D0k4ukIXlcL9vakz2fag/2mMn095Ot/j0sTS0F3GQtBSeTxqfcn4R cvD81mbXorQ1nh3KEWR6RniABUHXTuZIBrXMF2IlV+vAfkBC2xwD2OPe9viHqLy4 nHJfHBVxAm2tdVhOD8v6E5SEJ0nGrHEn9yRiY2w82zvHAq/PEXEwYsJSdePJLAxN EbMJMeY6SU8GxcfEPD7u8f6a9JOuU1yijdvqflOteEqnmZzPeNg= =KgNy -----END PGP SIGNATURE----- |