Re: forward bumped traffic to parent in plain form

Alex Rousskov <[email protected]> Fri, 3 Apr 2026 11:51:08 -0400
Newsgroups gmane.comp.web.squid.devel
Message-ID <[email protected]>
On 2026-04-03 10:21, Anthony Pankov wrote:

> I'd like to wait inside startPeekAndSplice() for ?clientNegotiateSSL()? to finish.
> But I don't want to introduce own "wait objects".

Squid code does not normally block to wait for asynchronous operations 
(e.g., communication with the helper) to finish. I assume that existing 
code already handles asynchronous helper communication correctly, so I 
am not sure why you want Squid to block and wait inside 
startPeekAndSplice().

Alex.