comment streamlined

pull/159/head
Adam Bezecny (DHL IT Services) 4 years ago
parent 9f292d21fc
commit 2e55ed0fcc
  1. 3
      src/protocol/mod.rs

@ -457,8 +457,7 @@ impl WebSocketContext {
// The server MUST close the connection upon receiving a
// frame that is not masked. (RFC 6455)
// The only exception here is if the user explicitly accepts given
// stream (by tungstenite::server::accept_with_config or tungstenite::server::accept_hdr_with_config)
// with WebSocketConfig.accept_unmasked_frames set to true
// stream by setting WebSocketConfig.accept_unmasked_frames to true
if !self.config.accept_unmasked_frames {
return Err(Error::Protocol(
"Received an unmasked frame from client".into(),

Loading…
Cancel
Save