Parcourir la source

Add CGI test for windows, that does not need an extra interpreter

bel il y a 10 ans
Parent
commit
ceb5f39461
2 fichiers modifiés avec 7 ajouts et 0 suppressions
  1. 2 0
      test/windows.cgi
  2. 5 0
      test/windows.cgi.cmd

+ 2 - 0
test/windows.cgi

@@ -0,0 +1,2 @@
+#!windows.cgi.cmd
+

+ 5 - 0
test/windows.cgi.cmd

@@ -0,0 +1,5 @@
+@echo off
+echo HTTP/1.1 200 OK
+echo Connection: close
+echo.
+echo CGI test