aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-04-28 00:30:44 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-05-01 04:13:24 +0200
commit30a101717c8ac825f6ce676c6d717964f19307a8 (patch)
tree527d46c78b4d08aba881a9d6ed26074f9a9d010d /README.md
parentdc063b90cbf13a463c29ee5b81abeb07b6698473 (diff)
downloadslcl-30a101717c8ac825f6ce676c6d717964f19307a8.tar.gz
Remove HTTP/1.0 support
Considering http.h defined HTTP/1.1-only responses such as "303 See Other", as well as incoming HTTP/1.1-only features (e.g.: byte serving), it did not make much sense to keep a somewhat broken compatibility against HTTP/1.0. Unfortunately, this breaks support with some existing clients such as lynx(1), even if HTTP/1.0 was already deprecated many years ago. However, even lynx(1) can be configured to support HTTP/1.1.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9f37f75..1c62dba 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ simplicity and efficiency.
- Private access directory with file uploading, with configurable quota.
- Read-only public file sharing.
-- Its own, tiny HTTP/1.0 and 1.1-compatible server.
+- Its own, tiny HTTP/1.1-compatible server.
- A simple JSON file as the credentials database.
- No JavaScript.