summaryrefslogtreecommitdiffstats
path: root/src/handler.c
Commit message (Collapse)AuthorAgeFilesLines
* check sendfile errortiptorrent development team2021-09-291-1/+2
|
* update num_clients and redirection only for large filestiptorrent development team2021-09-291-7/+9
| | | | Skip num_clients and redirection update for small files.
* add support for HEAD methodtiptorrent development team2021-09-291-3/+19
|
* add a close wait statetiptorrent development team2021-09-291-1/+3
| | | | | | | | | Wait for clients to close the connection, then: - create redirection. - activate pending clients. Do no refresh timeout while in close wait state.
* activate pending clients only for large filestiptorrent development team2021-09-291-1/+1
| | | | | small files should not activate pending clients, otherwise max_clients is not fulfilled.
* initial committiptorrent development team2021-09-291-0/+155