Comment 3 for bug 1981457

Revision history for this message
Daniel (shieldwed) wrote :

I think this can be reproduced with the following command (replace $URL with an HTTPS protected URL to the nginx in question):

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

At least I didn't get any "unexpected eof while reading" errors reported in the error log of nginx for an older version (1.14.0-0ubuntu1.9) on Ubuntu Bionic.