valyala / gorpc

Simple, fast and scalable golang rpc library for high load
MIT License
701 stars 101 forks source link

Cannot decode request #8

Closed krzysztofantczak closed 9 years ago

krzysztofantczak commented 9 years ago

Hi,

When running example code from README:

2015/08/11 12:31:48 Obtained request foobar from the client 127.0.0.1:62891
2015/08/11 12:31:48 gorpc.Server: [127.0.0.1:62891]->[:12345]. Cannot decode request: [unexpected EOF]
valyala commented 9 years ago

This is just innocent log message on the server, which meant 'the client has been disconnected'. I patched the server, so such misleading messages are suppressed now.