[Tarantool-patches] [tarantool-patches] Re: [PATCH 1/1] console: fix usage of an undeclared variable

Cyrill Gorcunov gorcunov at gmail.com
Fri Oct 18 00:05:05 MSK 2019


On Thu, Oct 17, 2019 at 10:31:00PM +0200, Vladislav Shpilevoy wrote:
> > 
> > We're reading from a socket and there could be EOF, which will
> > give us zero return code. But now we will start to yielding
> > an error in this case.
> > 
> 
> set_error is aware of that. It says 'Peer closed' on EOF.

Looks reasonable enough. Thanks!


More information about the Tarantool-patches mailing list