Comment 17 for bug 1981457

Revision history for this message
Simon Déziel (sdeziel) wrote :

I enabled jammy-proposed:

...
Get:1 http://us.archive.ubuntu.com/ubuntu jammy-proposed/universe amd64 nginx-light amd64 1.18.0-6ubuntu14.2 [457 kB]
Get:2 http://us.archive.ubuntu.com/ubuntu jammy-proposed/main amd64 libnginx-mod-http-geoip2 amd64 1.18.0-6ubuntu14.2 [11.8 kB]
Get:3 http://us.archive.ubuntu.com/ubuntu jammy-proposed/universe amd64 libnginx-mod-http-echo amd64 1.18.0-6ubuntu14.2 [22.7 kB]
Get:4 http://us.archive.ubuntu.com/ubuntu jammy-proposed/main amd64 nginx-common all 1.18.0-6ubuntu14.2 [40.0 kB]
...

Then followed the steps to reproduce:

 while :; do timeout -s KILL 0.2s curl -v -K <(echo verbose;for i in {1..2000}; do echo url = "$URL"; echo -o /dev/null; done); done

And no 'unexpected eof while reading' error showed in the logs.

So I'm marking this as verified, thanks Bryce!