summaryrefslogtreecommitdiffstats
path: root/src/network/access
diff options
context:
space:
mode:
authorMårten Nordheim <marten.nordheim@qt.io>2021-07-13 14:50:02 +0200
committerMårten Nordheim <marten.nordheim@qt.io>2021-07-13 17:36:44 +0200
commit66e5dbfc0d2dc7096bb4c9eabde870f4dded94be (patch)
tree79f0f951da91e9d4a9bd0dd98bf5c8244e08bb6e /src/network/access
parent9ee429029371b56bb52871a503d74f755e1742c0 (diff)
QNetworkRequest: Fix decompression safety-check threshold docs
The \sa was neglected Amends d33040548ff727a040ea66174cbd838e883fed56 Pick-to: 6.2 Change-Id: Ib298ac3390819f9ea4092a1f2bf470ea82c9e4fe Reviewed-by: Andreas Buhr <andreas.buhr@qt.io>
Diffstat (limited to 'src/network/access')
-rw-r--r--src/network/access/qnetworkrequest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/access/qnetworkrequest.cpp b/src/network/access/qnetworkrequest.cpp
index b15a0189f4..f6a6f09670 100644
--- a/src/network/access/qnetworkrequest.cpp
+++ b/src/network/access/qnetworkrequest.cpp
@@ -908,7 +908,7 @@ void QNetworkRequest::setHttp2Configuration(const QHttp2Configuration &configura
If the decompressed size of a reply is smaller than this, Qt will simply
decompress it, without further checking.
- \sa setMinimumArchiveBombSize()
+ \sa setDecompressedSafetyCheckThreshold()
*/
qint64 QNetworkRequest::decompressedSafetyCheckThreshold() const
{
@@ -935,7 +935,7 @@ qint64 QNetworkRequest::decompressedSafetyCheckThreshold() const
ZStandard), the reply will be treated as an error. Setting the threshold
to \c{-1} disables this check.
- \sa minimumArchiveBombSize()
+ \sa decompressedSafetyCheckThreshold()
*/
void QNetworkRequest::setDecompressedSafetyCheckThreshold(qint64 threshold)
{