diff --git a/proxyface/autoproxy.hxx b/proxyface/autoproxy.hxx index b8d474c..0655faf 100644 --- a/proxyface/autoproxy.hxx +++ b/proxyface/autoproxy.hxx @@ -114,9 +114,6 @@ namespace proxy { #ifdef QT_NETWORK_LIB //! Reset, stop all outstanding checks void reset() { - if (_requests.size() || _timeout1.isActive() || _timeout2.isActive()) - // error when we need to abort - proxyError(QNetworkReply::TimeoutError); _timeout1.stop(); _timeout2.stop(); for (Requests::iterator it(_requests.begin());