8555:844c2713bf44 | 8556:766e1566cb74 |
---|---|
415 @return reference to the network reply | 415 @return reference to the network reply |
416 @rtype QNetworkReply | 416 @rtype QNetworkReply |
417 """ | 417 """ |
418 req = QNetworkRequest(request) | 418 req = QNetworkRequest(request) |
419 req.setAttribute( | 419 req.setAttribute( |
420 QNetworkRequest.Attribute.SpdyAllowedAttribute, True) | 420 QNetworkRequest.Attribute.Http2AllowedAttribute, True) |
421 | 421 |
422 return super().createRequest(op, req, data) | 422 return super().createRequest(op, req, data) |