[squid-dev] forward bumped traffic to parent in plain form
Alex Rousskov
rousskov at measurement-factory.com
Fri Apr 3 15:51:08 UTC 2026
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.
More information about the squid-dev
mailing list