Differences From Artifact [e7d2163051]:
- File client/1.0/neutral/common.tcl — part of check-in [207ca58f6f] at 2022-10-16 02:20:31 on branch trunk — Pickup the common HTTP package updates from upstream. (user: mistachkin, size: 20528) [annotate] [blame] [check-ins using]
To Artifact [e316f32d33]:
- File client/1.0/neutral/common.tcl — part of check-in [8121dfaed6] at 2022-10-16 02:38:54 on branch trunk — Pickup the common HTTP package updates from upstream again. (user: mistachkin, size: 20725) [annotate] [blame] [check-ins using]
︙ | |||
590 591 592 593 594 595 | 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 | + + + + - + + | } } # # NOTE: If there is a currently scheduled [after] event, cancel it. # This is NOT done if the caller enabled quiet mode, because # there should be none of our [after] events present in that # case. # if {!$quiet} then { |
︙ |