Explorar el Código

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

bel hace 10 años
padre
commit
1286e26b43
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: