Download raw body.
make 'got send' detect closed connections
On Wed, Sep 13, 2023 at 10:19:13PM +0200, Stefan Sperling wrote: > Here is a working diff using SIGCHLD. Well, not quite. I am seeing spurious disconnects when sending to Github while running with this patch... Maybe the signal-based approach is just too inherently racy to easily get right. Should we go for polling after all?
make 'got send' detect closed connections