update tests to add repro for #83

This commit is contained in:
Simon Cruanes 2024-03-25 10:15:13 -04:00
parent 9864c53b95
commit 3a1a884186
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 4 additions and 0 deletions

View file

@ -50,6 +50,7 @@ test_out.txt
</html> </html>
hello hello
world world
ykjNycnnKs8vyknhAgAAAP//
<html> <html>
<head> <head>

View file

@ -14,6 +14,9 @@ curl -N "http://localhost:${PORT}/vfs/" --max-time 5
sleep 0.1 sleep 0.1
curl -N "http://localhost:${PORT}/vfs/a.txt" --max-time 5 curl -N "http://localhost:${PORT}/vfs/a.txt" --max-time 5
sleep 0.1
curl -N "http://localhost:${PORT}/vfs/a.txt" -H 'accept-encoding: deflate' --max-time 5 | base64
sleep 0.1 sleep 0.1
curl -N "http://localhost:${PORT}/vfs/sub/yolo.html" --max-time 5 curl -N "http://localhost:${PORT}/vfs/sub/yolo.html" --max-time 5