From 5e27b8b8ff3e7f4c3f2b8ebe525b716f1c211d12 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 11 Mar 2013 21:09:59 +0100 Subject: updated pywebsocket --- module/lib/mod_pywebsocket/headerparserhandler.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'module/lib/mod_pywebsocket/headerparserhandler.py') diff --git a/module/lib/mod_pywebsocket/headerparserhandler.py b/module/lib/mod_pywebsocket/headerparserhandler.py index b68c240e1..2cc62de04 100644 --- a/module/lib/mod_pywebsocket/headerparserhandler.py +++ b/module/lib/mod_pywebsocket/headerparserhandler.py @@ -63,8 +63,9 @@ _PYOPT_ALLOW_HANDLERS_OUTSIDE_ROOT = ( _PYOPT_ALLOW_HANDLERS_OUTSIDE_ROOT_DEFINITION = { 'off': False, 'no': False, 'on': True, 'yes': True} -# PythonOption to specify to allow draft75 handshake. -# The default is None (Off) +# (Obsolete option. Ignored.) +# PythonOption to specify to allow handshake defined in Hixie 75 version +# protocol. The default is None (Off) _PYOPT_ALLOW_DRAFT75 = 'mod_pywebsocket.allow_draft75' # Map from values to their meanings. _PYOPT_ALLOW_DRAFT75_DEFINITION = {'off': False, 'on': True} -- cgit v1.2.3