mirror of
https://github.com/civetweb/civetweb
synced 2025-03-28 21:13:27 +00:00
Add CGI test for windows, that does not need an extra interpreter
This commit is contained in:
parent
93fbcb33b1
commit
ceb5f39461
2
test/windows.cgi
Normal file
2
test/windows.cgi
Normal file
@ -0,0 +1,2 @@
|
||||
#!windows.cgi.cmd
|
||||
|
5
test/windows.cgi.cmd
Normal file
5
test/windows.cgi.cmd
Normal file
@ -0,0 +1,5 @@
|
||||
@echo off
|
||||
echo HTTP/1.1 200 OK
|
||||
echo Connection: close
|
||||
echo.
|
||||
echo CGI test
|
Loading…
x
Reference in New Issue
Block a user