Re: forward bumped traffic to parent in plain form
Anthony Pankov <[email protected]> Fri, 3 Apr 2026 14:46:32 +0300
| Newsgroups | gmane.comp.web.squid.devel |
|---|---|
| Message-ID | <[email protected]> |
Friday, April 3, 2026, 2:20:17 PM, you wrote: > 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? Sorry. It's a normal. The problem is out here. -- Best regards, Anthony