http://qs321.pair.com?node_id=322609


in reply to Re: Re: Re: IO::Socket::UNIX close() discards data when called "too soon"?
in thread IO::Socket::UNIX close() discards data when called "too soon"?

It was the uncaught SIGPIPE. Adding undef $/; to client solved the problem. Thanks!