diff options
author | Omar Polo <op@omarpolo.com> | 2021-01-24 10:24:34 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-01-24 10:24:34 +0000 |
commit | 7b31a6386d6f80a3dd79af7d56bbf48b6eb7a264 (patch) | |
tree | e21d6e6df89a8b8378ddb3444d558c65f891b423 /regress/serve-bigfile | |
parent | 28ec61780962b6aa7b50845e3738399a92dc9e0c (diff) |
test CGI with big files
Diffstat (limited to 'regress/serve-bigfile')
-rw-r--r-- | regress/serve-bigfile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/regress/serve-bigfile b/regress/serve-bigfile new file mode 100644 index 0000000..56fb488 --- /dev/null +++ b/regress/serve-bigfile @@ -0,0 +1,5 @@ +#!/bin/sh + +printf "20 application/octet-stream\r\n" + +exec cat bigfile |