File: chunked4.cgi

package info (click to toggle)
libhttp-lite-perl 2.43-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 536 kB
  • ctags: 144
  • sloc: perl: 2,255; sh: 60; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 221 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh

# needed for solaris for echo -n to work right
SYSV3=1
export SYSV3

echo Content-type: text/html
echo
cat bigtest.txt
sleep 4
cat bigtest.txt
sleep 2
cat bigtest.txt
sleep 2
echo -n chunk4
sleep 2
echo chunk5