Motivation: After fix #9377 some websocket examples work incorrect Modification: Replace `Unpooled.EMPTY_BUFFER` to `ctx.alloc().buffer(0)` for responses with possible content Result: Examples work
Motivation: After fix #9377 some websocket examples work incorrect Modification: Replace `Unpooled.EMPTY_BUFFER` to `ctx.alloc().buffer(0)` for responses with possible content Result: Examples work