]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
merge from trunk
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Tue, 26 Aug 2014 09:01:27 +0000 (12:01 +0300)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Tue, 26 Aug 2014 09:01:27 +0000 (12:01 +0300)
1  2 
acinclude/lib-checks.m4
configure.ac
src/FwdState.cc
src/cache_cf.cc
src/cf.data.pre
src/client_side.cc
src/client_side.h
src/format/Token.cc

Simple merge
diff --cc configure.ac
Simple merge
diff --cc src/FwdState.cc
Simple merge
diff --cc src/cache_cf.cc
Simple merge
diff --cc src/cf.data.pre
Simple merge
Simple merge
index c1772b30ca05a6166c2ee216186a3d53c3efbd6e,45f257b961ae0527dffdf9a9d03187c562278532..b489ccbf88f29f9e5a003ad0cd6b4b0c975d91ce
@@@ -341,14 -349,9 +349,17 @@@ public
      void stopPinnedConnectionMonitoring();
  
  #if USE_OPENSSL
+     /// the second part of old httpsAccept, waiting for future HttpsServer home
+     void postHttpsAccept();
 +    /// Initializes and starts a peek-and-splice negotiation with the SSL client
 +    void startPeekAndSplice();
 +    /// Called when the initialization of peek-and-splice negotiation finidhed
 +    void startPeekAndSpliceDone();
 +    /// Called when a peek-and-splice step finished. For example after
 +    /// server-side SSL certificates received and client-side SSL certificates
 +    /// generated
 +    void doPeekAndSpliceStep();
      /// called by FwdState when it is done bumping the server
      void httpsPeeked(Comm::ConnectionPointer serverConnection);
  
Simple merge