From 2d1f1371733c85b23eb91d27999c5a0ec9373a54 Mon Sep 17 00:00:00 2001 From: Timur Pocheptsov Date: Thu, 4 Aug 2016 09:34:50 +0200 Subject: Revert "Implement protocol upgrade for HTTP/2 enabled requests" This reverts commit 12d71f4ea20415ff2274e1e90f9e4d5a8b935d7f. This change is breaking a build + incomplete as my test revealed. Will have to re-try later. Change-Id: I7ea089093a832aa5822caaaac56e62f5fda4df17 Reviewed-by: Liang Qi --- src/network/access/http2/http2protocol_p.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/network/access/http2/http2protocol_p.h') diff --git a/src/network/access/http2/http2protocol_p.h b/src/network/access/http2/http2protocol_p.h index e49e9f1218..5c46949e23 100644 --- a/src/network/access/http2/http2protocol_p.h +++ b/src/network/access/http2/http2protocol_p.h @@ -59,8 +59,6 @@ QT_BEGIN_NAMESPACE -class QHttpNetworkRequest; -class QByteArray; class QString; namespace Http2 @@ -130,7 +128,6 @@ enum Http2PredefinedParameters }; extern const Q_AUTOTEST_EXPORT char Http2clientPreface[clientPrefaceLength]; -void qt_add_ProtocolUpgradeRequest(QHttpNetworkRequest &request); enum class FrameStatus { @@ -169,8 +166,6 @@ void qt_error(quint32 errorCode, QNetworkReply::NetworkError &error, QString &er QString qt_error_string(quint32 errorCode); QNetworkReply::NetworkError qt_error(quint32 errorCode); -class FrameWriter qt_default_SETTINGS_frame(); - } Q_DECLARE_LOGGING_CATEGORY(QT_HTTP2) -- cgit v1.2.3