Zig NEWS

Discussion on: Coming Soon to a Zig Near You: HTTP Client

Collapse
 
david_vanderson profile image
David Vanderson

This is very exciting!

Thank you for the note about error.TlsAlert - I ran into that when testing it. Is there something I should do (like file some sort of issue for it)?

Collapse
 
nameless profile image
Nameless

The limitations of std.crypto.tls are known. The implementation currently doesn't return the exact alert description (so you can identify what might have failed), but even with that you can't do very much about it.