std.crypto.tls.Client: send an alert message to the server when an error occurs #14167
Labels
enhancement
Solving this issue will likely involve adding new logic or components to the codebase.
standard library
This issue involves writing Zig code for the standard library.
Milestone
Extracted from #13980.
See RFC 8446 section 6.
Currently the TLS client implementation will return an error, but the server will see it as a disconnect and not know why the connection was terminated.
The text was updated successfully, but these errors were encountered: