Skip to content

Commit

Permalink
'legacy_frame_per_chunk' has already been removed
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Dec 5, 2022
1 parent 94850f4 commit 7206fce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions xpra/net/websockets/protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@

class WebSocketProtocol(Protocol):

STATE_FIELDS = tuple(list(Protocol.STATE_FIELDS)+["legacy_frame_per_chunk"])

TYPE = "websocket"

def __init__(self, *args, **kwargs):
Expand Down

0 comments on commit 7206fce

Please sign in to comment.