actix-web icon indicating copy to clipboard operation
actix-web copied to clipboard

websocket-autobahn example fails autobahn test 3.1

Open mlodato517 opened this issue 5 years ago • 1 comments

The websocket-autobahn example fails test case 3.1 in the autobahn suite.

Description:

Send small text message with RSV = 1.

Expectation:

The connection is failed immediately (1002/protocol error), since RSV must be 0, when no extension defining RSV meaning has been negotiated.

mlodato517 avatar Jun 22 '20 20:06 mlodato517

I'm willing to take on this ticket. Not 100% sure where to start. From just looking around the codebase and guessing I think it could be either here or here. Would love any guidance!

mlodato517 avatar Jun 22 '20 20:06 mlodato517