Re: forward bumped traffic to parent in plain form
Anthony Pankov <[email protected]> Fri, 3 Apr 2026 14:20:17 +0300
| Newsgroups | gmane.comp.web.squid.devel |
|---|---|
| Message-ID | <[email protected]> |
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