try the test
{{{
$ PYTHONPATH=. python example/echo_client.py -s localhost -p 8000 -r /test -m
Hello,foo,bar --protocol_version=hixie75 --origin=http://localhost:8000
Traceback (most recent call last):
File "example/echo_client.py", line 956, in <module>
main()
File "example/echo_client.py", line 952, in main
EchoClient(options).run()
File "example/echo_client.py", line 810, in run
self._handshake.handshake()
File "example/echo_client.py", line 716, in handshake
self._socket.sendall(_origin_header(common.ORIGIN_HEAER,
AttributeError: 'module' object has no attribute 'ORIGIN_HEAER'
}}}
Original issue reported on code.google.com by djm...@gmail.com on 13 Sep 2011 at 1:11
Original issue reported on code.google.com by
djm...@gmail.com
on 13 Sep 2011 at 1:11Attachments: