wangshen2014 / pywebsocket

Automatically exported from code.google.com/p/pywebsocket
0 stars 0 forks source link

r528 have a spelling error #110

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments:

GoogleCodeExporter commented 9 years ago
Thank you for letting us know.
I fixed this issue at r550.

Thanks!

Original comment by toyoshim@chromium.org on 14 Sep 2011 at 7:07