Overview
Comment: | Pickup the HTTP package enhancements from upstream. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
fb2060af386d304f45f15f9ba4e5bb92 |
User & Date: | mistachkin on 2020-06-08 18:05:03 |
Other Links: | manifest | tags |
Context
2020-06-19
| ||
22:38 | Adapt to upstream core library terminology changes. check-in: 0d69a52a3b user: mistachkin tags: trunk | |
18:57 | Adapt to upstream core library terminology changes. check-in: c830651723 user: mistachkin tags: terms | |
2020-06-08
| ||
18:05 | Pickup the HTTP package enhancements from upstream. check-in: fb2060af38 user: mistachkin tags: trunk | |
2020-03-27
| ||
21:03 | Update generated documentation. check-in: 63c15d9539 user: mistachkin tags: trunk | |
Changes
Modified client/1.0/neutral/common.tcl from [4eebca3233] to [41386734e0].
︙ | |||
288 289 290 291 292 293 294 | 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 | - + + + + + + + - - + + - - + + | # NOTE: Setup lowercase URI scheme prefixes used within this procedure # to detect and/or change the URI scheme used. By default, this # procedure will always attempt to force HTTPS use when the "tls" # package is available -AND- it disallows redirects from HTTPS to # HTTP -AND- it disallows using HTTP when the "tls" package is # unavailable. # |
︙ | |||
361 362 363 364 365 366 367 | 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 | - + | # this platform. So far, this issue has only been seen # with the tls 1.6.1 package that shipped with macOS. # if {[string length $code] == 0} then { error [appendArgs \ "received empty HTTP response code for URL \"" $uri \ "\", the \"tls\" (and/or \"http\") package(s) may be " \ |
︙ | |||
412 413 414 415 416 417 418 | 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 | - + + + + - + | # # NOTE: We hit another HTTP redirect. Stop if there are more # than X. # incr redirectCount # |
︙ | |||
443 444 445 446 447 448 449 | 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 | - - + + + + - - + + + - + + - - + + | # # NOTE: For security, by default, do NOT follow an HTTP # redirect if it attempts to redirect from HTTPS # to HTTP. # if {!$allowInsecureRedirect && \ |
︙ |
Modified client/1.0/neutral/common.tcl.asc from [c0edbd5e89] to [e52a02fb13].
1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | - - - - - - - - - - - - + + + + + + + + + + + + - - + | -----BEGIN PGP SIGNATURE----- |