You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a WebSocket.
This error gets logged when the connection is closed.
I looked into packet capture session and saw that the WebSocket close frame communication from the Julia side was missing a mask, as the error indicates. Seemingly harmless except for the log message makes me wonder what if anything is wrong.
┌ Error: HTTP.WebSockets.WebSocketError(1002, "Client MUST mask all frames (RFC-6455: Section 5.1)")
The text was updated successfully, but these errors were encountered:
Julia 1.3.1
HTTP.jl 0.8.8
MbedTLS.jl 0.7.0
Using a WebSocket.
This error gets logged when the connection is closed.
I looked into packet capture session and saw that the WebSocket close frame communication from the Julia side was missing a mask, as the error indicates. Seemingly harmless except for the log message makes me wonder what if anything is wrong.
The text was updated successfully, but these errors were encountered: