Differences From Artifact [8f966950c0]:
- File demos/read_blocking_webpage.tcl — part of check-in [0ebb44402a] at 2025-01-01 22:38:30 on branch main — Added demos directory with example scripts to download web pages and files using TLS. (user: bohagan, size: 1517) [annotate] [blame] [check-ins using]
To Artifact [2f8d270b78]:
- File demos/read_blocking_webpage.tcl — part of check-in [ca1a846290] at 2025-01-02 18:05:37 on branch main — Tag as TLS 1.8 release (user: bohagan, size: 1513) [annotate] [blame] [check-ins using]
︙ | |||
34 35 36 37 38 39 40 | 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | - + | close $ch } proc read_blocking {host port path protocol} { set result "" |
︙ |