org.eclipse.jetty.websocket.api.ProtocolException: Client MUST mask all frames (RFC-6455: Section 5.1)

Issue #144 resolved
Former user created an issue

When using the websocket protocol, my checks fail with: -- WEBSOCKET: response data read error

and the stacktrace on the server includes:

org.eclipse.jetty.websocket.api.ProtocolException: Client MUST mask all frames (RFC-6455: Section 5.1)

Comments (2)

  1. Log in to comment