diff --git a/test/error.lua b/test/error.lua new file mode 100644 index 00000000..b78d4ac9 --- /dev/null +++ b/test/error.lua @@ -0,0 +1,12 @@ +mg.write("HTTP/1.0 200 OK\r\n") +mg.write("Content-Type: text/html\r\n") +mg.write("\r\n") +mg.write([[ +

Lua error handler:

+

Status code: ]]) + +mg.write(tostring(mg.request_info.status)) + +mg.write([[

+ +]]) \ No newline at end of file