Ludovic Courtès <l...@gnu.org> skribis: > As it turns out, ‘send-log’ opens its socket with SOCK_NONBLOCK, and > then passes it to zlib, which writes to it in ‘gzwrite’. But zlib is > not equipped to deal with EAGAIN: it just errors out, with ‘gzwrite’ > returning Z_ERRNO, hence the bug above.
Fixed in 59010a5ba32a5f0802d28900908ee9c75f473a66. Ludo’.