equal
deleted
inserted
replaced
183 void _q_startNextRequest(); // send the next request from the queue |
183 void _q_startNextRequest(); // send the next request from the queue |
184 void _q_restartAuthPendingRequests(); // send the currently blocked request |
184 void _q_restartAuthPendingRequests(); // send the currently blocked request |
185 |
185 |
186 void createAuthorization(QAbstractSocket *socket, QHttpNetworkRequest &request); |
186 void createAuthorization(QAbstractSocket *socket, QHttpNetworkRequest &request); |
187 |
187 |
188 QString errorDetail(QNetworkReply::NetworkError errorCode, QAbstractSocket *socket); |
188 QString errorDetail(QNetworkReply::NetworkError errorCode, QAbstractSocket *socket, |
|
189 const QString &extraDetail = QString()); |
189 |
190 |
190 #ifndef QT_NO_COMPRESS |
191 #ifndef QT_NO_COMPRESS |
191 bool expand(QAbstractSocket *socket, QHttpNetworkReply *reply, bool dataComplete); |
192 bool expand(QAbstractSocket *socket, QHttpNetworkReply *reply, bool dataComplete); |
192 #endif |
193 #endif |
193 void removeReply(QHttpNetworkReply *reply); |
194 void removeReply(QHttpNetworkReply *reply); |