]> git.proxmox.com Git - ceph.git/blame - ceph/src/civetweb/test/error.lua
buildsys: switch source download to quincy
[ceph.git] / ceph / src / civetweb / test / error.lua
CommitLineData
7c673cae
FG
1mg.write("HTTP/1.0 200 OK\r\n")\r
2mg.write("Content-Type: text/html\r\n")\r
3mg.write("\r\n")\r
4mg.write([[<html><body>\r
5 <p>Lua error handler:</p>\r
6 <p>Status code: ]])\r
7\r
8mg.write(tostring(mg.request_info.status))\r
9\r
10mg.write([[</p>\r
11</body></html>\r
12]])