about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-03-15 21:54:20 +0100
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-03-15 21:54:20 +0100
commit7ed469a860a9a49c49b29f6db04d4606088c7914 (patch)
tree6093315ae51ad1888e5021a450af9737ecb521d0
parent47e7d1bdb2c84cd8538b960925a43e0f76be923b (diff)
doc(CHANGELOG): reflect request parsing changes
-rw-r--r--CHANGELOG.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c2707aa..40bea1c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -70,9 +70,11 @@ The remaining, less significant changes are:
   56) randomly.
   See also [#42](https://github.com/sternenseemann/spacecookie/issues/42)
   and [#44](https://github.com/sternenseemann/spacecookie/pull/44).
-* Requests from clients are now limited to 1MB in size and are received by
-  a single call to `recv(2)`. If this causes issues with any gopher client,
-  please open an issue.
+* Requests from clients are now checked more vigorously and limited to
+  prevent denial of service attacks.
+  * Requests may not exceed 1MB in size
+  * The client is only given 10s to send its request
+  * After the `\r\n` no additional data may be sent
 
 ### Server Users