tsuna <tsunanet@xxxxxxxxx> writes: > While investigating a hung job in our CI system today, I think I found > a deadlock in git-remote-http > ... > Here PID 27319 (git fetch-pack) is stuck reading on stdin, while its > parent, PID 27317 (git-remote-http) is stuck reading on its child’s > stdout. Nothing has moved for like 2h, it’s deadlocked. Hmph, would this be related to 296b847c0d ("remote-curl: don't hang when a server dies before any output", 2016-11-18) I wonder...