mirror of
https://gitlab.com/spaceti-app/integrations/common/server-sdk.git
synced 2026-07-12 20:00:42 +02:00
disabled http/2 - does not work on Qt 5.9.8
This commit is contained in:
parent
aeb98c0f06
commit
1c2d69786c
@ -29,7 +29,7 @@ QNetworkRequest Request::networkRequest() const
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Enabling HTTP/2 ( does not work on Qt 5.9.8 )
|
// Enabling HTTP/2 ( does not work on Qt 5.9.8 )
|
||||||
request.setAttribute(QNetworkRequest::HTTP2AllowedAttribute, true);
|
// request.setAttribute(QNetworkRequest::HTTP2AllowedAttribute, true);
|
||||||
return request;
|
return request;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user