]> Sergey Matveev's repositories - public-inbox.git/commitdiff
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)
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).


No differences found