mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
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…
x
Reference in New Issue
Block a user