mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-05 19:00:32 -05:00
update tests to add repro for #83
This commit is contained in:
parent
9864c53b95
commit
3a1a884186
2 changed files with 4 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ test_out.txt
|
|||
</html>
|
||||
hello
|
||||
world
|
||||
ykjNycnnKs8vyknhAgAAAP//
|
||||
|
||||
<html>
|
||||
<head>
|
||||
|
|
|
|||
|
|
@ -14,6 +14,9 @@ curl -N "http://localhost:${PORT}/vfs/" --max-time 5
|
|||
sleep 0.1
|
||||
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
|
||||
curl -N "http://localhost:${PORT}/vfs/sub/yolo.html" --max-time 5
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue