[squid-dev] forward bumped traffic to parent in plain form

Anthony Pankov anthony.pankov at yahoo.com
Fri Apr 3 11:20:17 UTC 2026


I've tried to call getSslContextStart() in startPeakAndSplice().

But the problem is:
getSslContextStart() return synchronously in most cases after calling getSslContextDone().

But in the case of #if USE_SSL_CRTD (my case) it return after sending request to CRTD without calling getSslContextDone().
getSslContextDone() will be called further in sslCrtdHandleReplyWrapper().

So we are back in startPeakAndSplice() without getSslContextDone() and connections are closed.

Is there a preferred way to solve this problem?


-- 
Best regards,
Anthony



More information about the squid-dev mailing list