Closed the-mikedavis closed 3 years ago
changes some behavior of Mint.WebSocket.decode/2
Mint.WebSocket.decode/2
{:ok, websocket, [{:error, reason}]}
connects #6
specifically this PR fixed the non-strict conformance for cases
but left 6.4.x cases as non-strict
changes some behavior of
Mint.WebSocket.decode/2
{:ok, websocket, [{:error, reason}]}
for fully contained bu invalid frames, such as text frames that are UTF-8connects #6