karlseguin / http.zig

An HTTP/1.1 server for zig
MIT License
454 stars 31 forks source link

Add a space after the status code #31

Closed KNnut closed 6 months ago

KNnut commented 6 months ago

Based on RFC 9112, there is always a space after the status code, even if the reason phrase is absent.