faye / websocket-driver-ruby

WebSocket protocol handler with pluggable I/O
Other
223 stars 43 forks source link

Improve performance of StreamReader by reducing the number of buffer reallocations done. #28

Closed ioquatix closed 9 years ago

jcoglan commented 9 years ago

Thanks for submitting this :) Can you remove the trailing whitespace, and the unused each_byte method?

ioquatix commented 9 years ago

This should be good to go.