diff options
Diffstat (limited to '')
-rw-r--r-- | src/civetweb/test/windows.cgi | 2 | ||||
-rw-r--r-- | src/civetweb/test/windows.cgi.cmd | 7 |
2 files changed, 9 insertions, 0 deletions
diff --git a/src/civetweb/test/windows.cgi b/src/civetweb/test/windows.cgi new file mode 100644 index 00000000..d8aaabce --- /dev/null +++ b/src/civetweb/test/windows.cgi @@ -0,0 +1,2 @@ +#!windows.cgi.cmd
+
diff --git a/src/civetweb/test/windows.cgi.cmd b/src/civetweb/test/windows.cgi.cmd new file mode 100644 index 00000000..779abad0 --- /dev/null +++ b/src/civetweb/test/windows.cgi.cmd @@ -0,0 +1,7 @@ +@echo off +@rem echo HTTP/1.1 200 OK -- sent by framework +echo Connection: close +echo. +echo CGI test: +echo. +set |