commit af4b6067ce45d783110ba10d5a0a1606bbbba4a7 Author: David Fifield david@bamsoftware.com Date: Sat Apr 7 19:09:00 2012 -0700
Missing quote. --- connector.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/connector.py b/connector.py index a0b7149..a4c810b 100755 --- a/connector.py +++ b/connector.py @@ -257,7 +257,7 @@ class WebSocketDecoder(object): return None # "Control frames (see Section 5.5) MAY be injected in the middle of # a fragmented message. Control frames themselves MUST NOT be - # fragmented. + # fragmented." if frame.is_control(): if not frame.fin: raise ValueError("Control frame (opcode %d) has FIN bit clear" % frame.opcode)
tor-commits@lists.torproject.org