Add comment
This commit is contained in:
parent
64a4f259a2
commit
fca226bdfd
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user