aboutsummaryrefslogtreecommitdiff
path: root/lib/jobs/basejob.cpp
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2020-04-06 20:53:26 +0200
committerKitsune Ral <Kitsune-Ral@users.sf.net>2020-04-06 20:53:26 +0200
commitab9996fc62767d61da779d869e68bfc966ffce8f (patch)
tree70ab0bfd90fbf23051e00636142653cc34d88d38 /lib/jobs/basejob.cpp
parent3d04593f513916ee6e4fcb1ec2d18afa7b76590a (diff)
downloadlibquotient-ab9996fc62767d61da779d869e68bfc966ffce8f.tar.gz
libquotient-ab9996fc62767d61da779d869e68bfc966ffce8f.zip
CMakeLists: install header files to a subdirectory
This is a Quotient part of #328 fix; QtOlm part is pending.
Diffstat (limited to 'lib/jobs/basejob.cpp')
-rw-r--r--lib/jobs/basejob.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/jobs/basejob.cpp b/lib/jobs/basejob.cpp
index 65668521..4ede073f 100644
--- a/lib/jobs/basejob.cpp
+++ b/lib/jobs/basejob.cpp
@@ -232,7 +232,7 @@ void BaseJob::Private::sendRequest()
req.setAttribute(QNetworkRequest::BackgroundRequestAttribute, inBackground);
req.setAttribute(QNetworkRequest::FollowRedirectsAttribute, true);
req.setMaximumRedirectsAllowed(10);
- req.setAttribute(QNetworkRequest::HttpPipeliningAllowedAttribute, true);
+// req.setAttribute(QNetworkRequest::HttpPipeliningAllowedAttribute, true);
req.setAttribute(QNetworkRequest::HTTP2AllowedAttribute, true);
Q_ASSERT(req.url().isValid());
for (auto it = requestHeaders.cbegin(); it != requestHeaders.cend(); ++it)