disabled http/2 - does not work on Qt 5.9.8

This commit is contained in:
Filip Bucek 2019-11-08 14:11:17 +01:00
parent aeb98c0f06
commit 1c2d69786c

View File

@ -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;
} }