mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
Update TODO
This commit is contained in:
parent
3e912bb379
commit
9693119624
1 changed files with 6 additions and 0 deletions
6
TODO.md
6
TODO.md
|
|
@ -3,10 +3,16 @@
|
||||||
* aquatic_http glommio:
|
* aquatic_http glommio:
|
||||||
* cpu pinning - also rename config
|
* cpu pinning - also rename config
|
||||||
* access lists
|
* access lists
|
||||||
|
* privdrop
|
||||||
* scrape requests
|
* scrape requests
|
||||||
* clean out connections regularly
|
* clean out connections regularly
|
||||||
* timeout inside of task for "it took to long to receive request, send response"?
|
* timeout inside of task for "it took to long to receive request, send response"?
|
||||||
* remove finished tasks from slab
|
* remove finished tasks from slab
|
||||||
|
* Don't return read request immediately. Set it as self.read_request
|
||||||
|
and continue looping to wait for any new input. Then check after
|
||||||
|
read_tls is finished. This might prevent issues when using plain HTTP
|
||||||
|
where only part of request is read, but that part is valid, and reading
|
||||||
|
is stopped, which might lead to various issues.
|
||||||
|
|
||||||
* aquatic_udp glommio
|
* aquatic_udp glommio
|
||||||
* Check that it is the response consumer id responses are sent back to
|
* Check that it is the response consumer id responses are sent back to
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue