mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-07 15:47:25 +03:00
b98e7cb69f
If the "Accept-Encoding" is not manually specified, it will be automatically set to the supported encodings by QT and the reply data will also be automatically decompressed in this case. Setting "Accept-Encoding" manually will disable the "autodecompress" feature before QT 6.3.0. Although QT 6.3.x has different behaviors, let QT specify the "Accept-Encoding" and we will always obtain the decompressed data. The macro "QT_NO_COMPRESS" defined when QT is compiled will disable the zlib support. We can manually address this exceptions. PR #17438. |
||
---|---|---|
.. | ||
dnsupdater.cpp | ||
dnsupdater.h | ||
downloadhandlerimpl.cpp | ||
downloadhandlerimpl.h | ||
downloadmanager.cpp | ||
downloadmanager.h | ||
geoipdatabase.cpp | ||
geoipdatabase.h | ||
geoipmanager.cpp | ||
geoipmanager.h | ||
portforwarder.cpp | ||
portforwarder.h | ||
proxyconfigurationmanager.cpp | ||
proxyconfigurationmanager.h | ||
reverseresolution.cpp | ||
reverseresolution.h | ||
smtp.cpp | ||
smtp.h |