wangshen2014 / pywebsocket

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

When used with mod_python, HTTP response is emitted after closing handshake #89

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
After returning from pywebsocket's handler, mod_python emits HTTP response. 
This should be suppressed if possible.

Original issue reported on code.google.com by tyoshino@chromium.org on 3 Feb 2011 at 8:56

GoogleCodeExporter commented 9 years ago
Fixed

http://codereview.appspot.com/4160057/

Original comment by tyoshino@chromium.org on 25 Feb 2011 at 1:55