소스 검색

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

bel 10 년 전
부모
커밋
ceb5f39461
2개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  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