]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/Pipeline.h
Detail client closures of CONNECT tunnels during TLS handshake (#691)
[thirdparty/squid.git] / src / Pipeline.h
index 86503079b6dbace45350df8ea3502f96b70fb27c..6358cd7237fc695cf4858f8ace4afb8f6694dd81 100644 (file)
@@ -55,9 +55,6 @@ public:
     /// whether there are none or any requests currently pipelined
     bool empty() const {return requests.empty();}
 
-    /// tell everybody about the err, and abort all waiting requests
-    void terminateAll(const int xerrno);
-
     /// deregister the front request from the pipeline
     void popMe(const Http::StreamPointer &);