Differences From Artifact [976a520edd]:
- File demos/gets_blocking_no_variable.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: 1643) [annotate] [blame] [check-ins using]
To Artifact [e6310d5720]:
- File demos/gets_blocking_no_variable.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: 1639) [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 gets_blocking_no_variable {host port path protocol} { set result "" |
︙ |