commit c19a0a88060cb692d923b6f7cf6c41285af286bc Author: David Fifield david@bamsoftware.com Date: Mon Apr 2 19:21:51 2012 -0700
Typo. --- connector.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/connector.py b/connector.py index a4e242a..38acbf7 100755 --- a/connector.py +++ b/connector.py @@ -146,7 +146,7 @@ class WebSocketMessage(object):
class WebSocketDecoder(object): """RFC 6455 section 5 is about the WebSocket framing format.""" - # Raise an exception rather than buffer anything arger than this. + # Raise an exception rather than buffer anything larger than this. MAX_MESSAGE_LENGTH = 1024 * 1024
class MaskingError(ValueError):