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);