From: Eric Wong Date: Fri, 6 Jan 2023 10:10:53 +0000 (+0000) Subject: qspawn: fix EINTR with generic PSGI servers X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=abd83a6fe86e1c907a3024ddc3eb566719449e51;hp=abd83a6fe86e1c907a3024ddc3eb566719449e51;p=public-inbox.git 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). ---