gimite / web-socket-ruby

HTML5 Web Socket server/client implementation in Ruby
375 stars 71 forks source link

issue #16 fix #17

Closed danielsz closed 12 years ago

danielsz commented 12 years ago

'gets' method returns empty string instead of nil so as to contain un-useful stack traces if client exits ungracefully.

gimite commented 12 years ago

Thanks for the patch. Fixed in different way at: https://github.com/gimite/web-socket-ruby/commit/94437cebe69da455eb18a1e448cb1253b8d74f63

danielsz commented 12 years ago

Yes indeed, that's much better. Thank you.