src/network/access/qhttpnetworkconnection_p.h
branchRCL_3
changeset 5 d3bac044e0f0
parent 4 3b1da2848fc7
child 7 3f74d0d4af4c
equal deleted inserted replaced
4:3b1da2848fc7 5:d3bac044e0f0
   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);