mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
750589101a
RFC 2616 defines headers as case-insensitive, so if rpc is behind a reverse proxy that lowers the case of headers, transmission will not parse them correctly. A new wrapper function, `tr_strcasestr` is added to libtransmission/utils.c to allow for comparisons of headers case insensitively, and checks in cmake and autogen are included. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
create.c | ||
edit.c | ||
Makefile.am | ||
remote.c | ||
show.c | ||
transmission-create.1 | ||
transmission-edit.1 | ||
transmission-remote.1 | ||
transmission-show.1 | ||
units.h |