@ -4,7 +4,7 @@ FILESIZE=$(stat -c "%s" megacorp.db)
cat << EOF
HTTP/1.0 200 Ok
Content-Type: application/octet-stream
Content-Disposition: attachment; filename="megacorp.db"
Content-Disposition: attachment; filename=megacorp.db
Content-Length: $FILESIZE
EOF
@ -4,7 +4,7 @@ FILESIZE=$(expr 1024 \* 1000 \* 100)
Content-Disposition: attachment; filename="large_file.dat"
Content-Disposition: attachment; filename=large_file.dat