Skip to content

Fluxzero 1.149.4

Choose a tag to compare

@jbruinink jbruinink released this 03 Jul 10:43

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.