bsm / redeo

High-performance framework for building redis-protocol compatible TCP servers/services
Apache License 2.0
438 stars 39 forks source link

Don't close on unknown command. #5

Closed alicebob closed 10 years ago

alicebob commented 10 years ago

No need to close the connection on a unknown command.

dim commented 10 years ago

How does b4c001c4a8de68f49d6efaa29e3d62b57852027a look instead?

alicebob commented 10 years ago

Excellent, that's a much better solution. Thanks!