浏览代码

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