Fluxzero 1.149.4
1.149.4 (2026-04-11)
Bug Fixes
fix(proxy): avoid competing websocket response handlers (
1f31df8)Reuse the proxy request handler for websocket close acknowledgements instead of creating a second WEBRESPONSE consumer.
This keeps proxy shutdown stable without triggering unknown request warnings from multiple handlers consuming the same client response stream.