mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-08-11 04:19:28 +00:00

ServeControlStream accidentally became non-blocking in the last quic change causing stream to not be returned until a SIGTERM was received. This change makes ServeControlStream be non-blocking for QUIC streams.