←back to thread

422 points km | 2 comments | | HN request time: 0s | source
1. 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 #
2. abhinavk ◴[] No.41833483[source]
It has been reverted.