forked from ondra/server-sdk
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
|
// Enabled compression
|
||||||
request.setRawHeader("Accept-Encoding", "gzip, deflate");
|
request.setRawHeader("Accept-Encoding", "gzip, deflate");
|
||||||
|
|
||||||
// Enabling HTTP/2 ( not supported on Ubuntu 16.04 )
|
|
||||||
request.setAttribute(QNetworkRequest::HTTP2AllowedAttribute, true);
|
|
||||||
|
|
||||||
return request;
|
return request;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user