๐Ÿ‘ a fluffy Gleam web server
23

Configure Feed

Select the types of activity you want to include in your feed.

remove echo

vshakitskiy (Nov 6, 2025, 4:07 PM +0300) 56847669 3b0cdc0a

+2 -2
+2 -2
src/ewe/internal/stream/websocket.gleam
··· 302 302 handle_close(on_close, state, conn, Some(reason)) 303 303 } 304 304 } 305 - Error(violation) -> { 306 - echo violation as "violation during frame resolving" 305 + Error(_violation) -> { 306 + // echo violation as "violation during frame resolving" 307 307 handle_close(on_close, state, conn, Some(malformed)) 308 308 } 309 309 }