소스 검색

Windows minimal CGI test: HTTP method and status code are sent by the framework and windows.cgi.cmd must be in the PATH

bel 10 년 전
부모
커밋
1286e26b43
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/windows.cgi.cmd

+ 1 - 1
test/windows.cgi.cmd

@@ -1,5 +1,5 @@
 @echo off
-echo HTTP/1.1 200 OK
+@rem echo HTTP/1.1 200 OK -- sent by framework
 echo Connection: close
 echo.
 echo CGI test: