chore: Remove needless closing/opening of the impl block on WebSocketContext.

pull/112/head
Naja Melan 5 years ago
parent 1f407f1005
commit 9c48226c8f
  1. 2
      src/protocol/mod.rs

@ -410,9 +410,7 @@ impl WebSocketContext {
}
self.write_pending(stream)
}
}
impl WebSocketContext {
/// Try to decode one message frame. May return None.
fn read_message_frame<Stream>(&mut self, stream: &mut Stream) -> Result<Option<Message>>
where

Loading…
Cancel
Save