We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc3ad51 commit b8ee9feCopy full SHA for b8ee9fe
test/test_frame_protocol.py
@@ -3,6 +3,7 @@
3
import struct
4
import wsproto.frame_protocol as fp
5
6
+
7
def test_close_with_long_reason():
8
# Long close reasons get silently truncated
9
proto = fp.FrameProtocol(client=False, extensions=[])
0 commit comments