mirror of
https://gitlab.com/spaceti-app/integrations/common/server-sdk.git
synced 2026-07-12 18:10:49 +02:00
disabled http/2 - does not work on Qt 5.9.8 also for SoapRequest
This commit is contained in:
parent
1c2d69786c
commit
0e2922f673
@ -32,9 +32,6 @@ QNetworkRequest SoapRequest::networkRequest() const
|
||||
// Enabled compression
|
||||
request.setRawHeader("Accept-Encoding", "gzip, deflate");
|
||||
|
||||
// Enabling HTTP/2 ( not supported on Ubuntu 16.04 )
|
||||
request.setAttribute(QNetworkRequest::HTTP2AllowedAttribute, true);
|
||||
|
||||
return request;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user