]> git.proxmox.com Git - ceph.git/blob - ceph/src/civetweb/test/delayed.cgi
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / civetweb / test / delayed.cgi
1 #!/bin/sh
2
3 sleep 2
4
5 echo "Content-Type: text/plain"
6
7 sleep 2
8
9 echo
10
11 sleep 2
12
13 echo "Query string:"
14
15 sleep 2
16
17 echo $QUERY_STRING
18
19 sleep 2
20