diff options
| author | Bond-009 <bond.009@outlook.com> | 2019-02-20 12:53:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-20 12:53:35 +0100 |
| commit | fca226bdfde49f30e6347593a9d8870eec55269f (patch) | |
| tree | 2e78e42d0730d801dd074d3c94acf9a71828a5c1 /SocketHttpListener | |
| parent | 64a4f259a20408fe0a3c954d71d2b975d48c3d3e (diff) | |
Add comment
Diffstat (limited to 'SocketHttpListener')
| -rw-r--r-- | SocketHttpListener/WebSocket.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SocketHttpListener/WebSocket.cs b/SocketHttpListener/WebSocket.cs index 3926d52b9..0dcb6a64b 100644 --- a/SocketHttpListener/WebSocket.cs +++ b/SocketHttpListener/WebSocket.cs @@ -429,6 +429,7 @@ namespace SocketHttpListener private Task<bool> ProcessWebSocketFrameAsync(WebSocketFrame frame) { + // TODO: @bond change to if/else chain return frame.IsCompressed && _compression == CompressionMethod.None ? ProcessUnsupportedFrameAsync( frame, |
