flaviogrossi / sockjs-cyclone

SockJS server support for the Cyclone web server
MIT License
26 stars 4 forks source link

Add chunk parameter of overloaded finish method #6

Closed frwickst closed 10 years ago

frwickst commented 10 years ago

Problem example: RequestHandler calls write_error() which in turn calls self.finish() with a chunk parameter, leading to the uncaught exception "TypeError: finish() takes exactly 1 argument (2 given)"

flaviogrossi commented 10 years ago

sorry for the delay and thank you for your contribution!