tiptorrent/src
OpenGnSys Support Team 87ece3976b handler: no need to parse trailer when processing request
No need to parse HTTP header trailer in TIP_CLIENT_PROCESSING_REQUEST.

src/handler.c:62:14: warning: variable ‘trailer’ set but not used [-Wunused-but-set-variable]
   62 |  const char *trailer, *x_redirect;
      |              ^~~~~~~

tip_client_state_recv_hdr() already validates header trailer is present.
2024-01-11 12:45:18 +01:00
..
core.c do not use redirection in case of direct download after pending state 2022-02-08 15:52:55 +01:00
core.h increase number of chunks to 64 2022-02-10 23:19:50 +01:00
handler.c handler: no need to parse trailer when processing request 2024-01-11 12:45:18 +01:00
list.h initial commit 2021-09-29 15:47:43 +02:00
main.c main: fix -r and -t options 2022-02-16 21:10:36 +01:00