←back to thread

422 points km | 1 comments | | HN request time: 0.201s | source
Show context
MatthiasPortzel ◴[] No.41832519[source]
They acted on these words, updating their HTTP server to serve just \n.

=> https://sqlite.org/althttpd/info/8d917cb10df3ad28 Send bare \n instead of \r\n for all HTTP reply headers.

While browser aren't effected, this broke compatibility with at least Zig's HTTP client.

=> https://github.com/ziglang/zig/issues/21674 zig fetch does not work with sqlite.org

replies(1): >>41833483 #
1. abhinavk ◴[] No.41833483[source]
It has been reverted.