qBittorrent/src/base/net
brvphoenix b98e7cb69f
Fix reply data can't be decompressed correctly
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.
2022-07-29 11:03:21 +08:00
..
dnsupdater.cpp Use helper function for logging messages 2022-07-07 12:17:52 +08:00
dnsupdater.h Make use of chrono literals from std library 2022-06-23 21:31:16 +08:00
downloadhandlerimpl.cpp Fix reply data can't be decompressed correctly 2022-07-29 11:03:21 +08:00
downloadhandlerimpl.h Disable move constructor where it is sensible 2021-06-29 14:49:45 +08:00
downloadmanager.cpp Fix reply data can't be decompressed correctly 2022-07-29 11:03:21 +08:00
downloadmanager.h Update function signature for Qt6 qHash() 2022-03-13 16:05:11 +08:00
geoipdatabase.cpp Initialize pointer to a default value 2022-06-23 21:31:16 +08:00
geoipdatabase.h Initialize pointer to a default value 2022-06-23 21:31:16 +08:00
geoipmanager.cpp Use helper function for logging messages 2022-07-07 12:17:52 +08:00
geoipmanager.h Initialize pointer to a default value 2022-06-23 21:31:16 +08:00
portforwarder.cpp Add preliminary support of libtorrent v1.2 2019-03-18 15:17:03 +03:00
portforwarder.h Disable move constructor where it is sensible 2021-06-29 14:49:45 +08:00
proxyconfigurationmanager.cpp Improve function interface 2022-03-26 12:41:02 +08:00
proxyconfigurationmanager.h Use QString literals 2022-03-11 00:11:30 +08:00
reverseresolution.cpp Use complete types in container declarations 2021-03-24 14:31:28 +03:00
reverseresolution.h Disable move constructor where it is sensible 2021-06-29 14:49:45 +08:00
smtp.cpp Improve sender field in mail notifications 2022-07-18 13:22:30 +08:00
smtp.h Initialize pointer to a default value 2022-06-23 21:31:16 +08:00