yunhostnet / pywebsocket

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

can't handle request with query component. #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. % python ./mod_pywebsocket/standalone.py -p 8880 -d example
2. open websocket to ws://host/echo?

What is the expected output? What do you see instead?

expected: connection established.

actual: WARNING:root:mod_pywebsocket: No handler for: '/echo?'
 and connection failed.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by ukai@chromium.org on 19 Nov 2009 at 8:29

GoogleCodeExporter commented 9 years ago

Original comment by ukai@chromium.org on 19 Nov 2009 at 8:32

GoogleCodeExporter commented 9 years ago

Original comment by ukai@chromium.org on 24 Nov 2009 at 7:32

GoogleCodeExporter commented 9 years ago
land r117

Original comment by ukai@chromium.org on 25 Nov 2009 at 5:12