zig/lib/std/crypto/tls
Andrew Kelley aac26f3b31 TLS, HTTP, and package fetching fixes
* TLS: add missing assert for output buffer length requirement
* TLS: add missing flushes
* TLS: add flush implementation
* TLS: finish drain implementation
* HTTP: correct buffer sizes for TLS
* HTTP: expose a getReadError method on Connection
* HTTP: add missing flush on sendBodyComplete
* Fetch: remove unwanted deinit
* Fetch: improve error reporting
2025-08-06 22:42:43 -07:00
..
Client.zig TLS, HTTP, and package fetching fixes 2025-08-06 22:42:43 -07:00