mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-02 08:23:04 +00:00
Add comment
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user