Update TODO

This commit is contained in:
Joakim Frostegård 2020-08-03 00:23:25 +02:00
parent edeeee8f51
commit 5523c87634

View file

@ -11,8 +11,6 @@
enabled), then converting them to mio tcp streams enabled), then converting them to mio tcp streams
* really break and remove connection when reading 0 bytes? * really break and remove connection when reading 0 bytes?
* find out how to fully load opentracker * find out how to fully load opentracker
* only half the number of requests are sent back as responses in opentracker
and in aquatic when keep_alive is set to false, why?
* Don't send keepalive header, it is not necessary with HTTP/1.1? (But * Don't send keepalive header, it is not necessary with HTTP/1.1? (But
opentracker might want it) opentracker might want it)
@ -54,7 +52,9 @@
# Not important # Not important
## General ## General
* mio oneshot setting: could it be beneficial? * mio oneshot setting: could it be beneficial? I think not, I think it is
only useful when there are multiple references to a fd, which shouldn't
be the case?
* peer extractor: extract one extra, remove peer if same as sender, otherwise * peer extractor: extract one extra, remove peer if same as sender, otherwise
just remove one? just remove one?