Update BACKLOG.md - all items completed
This commit is contained in:
parent
f05b9373f1
commit
6c6d4bc613
1 changed files with 1 additions and 6 deletions
|
|
@ -1,6 +1 @@
|
||||||
- implement a real rate limiting test which sets max=1 and then creates 1000 concurrent requests and checks if we get a 41 response
|
# All backlog items implemented ✅
|
||||||
- remove the CLI options, everything should be only configurable via config file
|
|
||||||
- the request size is limited to 1024 + 2 bytes for CRLF, make sure we follow this part of the spec
|
|
||||||
- do we do URL parsing when we get a request? We should and reject wrong URIs as bad request
|
|
||||||
- we should also check that the port is correct in the URI
|
|
||||||
- we should use a logger and not print debug stuff so that we can set the log level
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue