]> Sergey Matveev's repositories - public-inbox.git/commit
qspawn: fix EINTR with generic PSGI servers
authorEric Wong <e@80x24.org>
Fri, 6 Jan 2023 10:10:53 +0000 (10:10 +0000)
committerEric Wong <e@80x24.org>
Fri, 6 Jan 2023 10:24:17 +0000 (10:24 +0000)
commitabd83a6fe86e1c907a3024ddc3eb566719449e51
treef11daa7f18e71d03163220472794bdb9a2d7e026
parent5b92ed1384511d1a16813aabd7c902d93b87603b
qspawn: fix EINTR with generic PSGI servers

Using the `next' operator doesn't work with `do {} (until|while)'
loops, so change it to use `until {}'.  I've never encountered
this problem in-the-wild, but I only use -(netd|httpd).
lib/PublicInbox/Qspawn.pm