How to exit from CGI without parameters?

Jean Louis <[email protected]> Mon, 27 Mar 2017 21:22:13 +0300
Newsgroups gmane.lisp.clisp.general
Message-ID <[email protected]>
(defun main ()
  (close *standard-input*)
  (close *standard-output*)
  (exit)) 

If I use the above as CGI, I get following:

--2017-03-27 21:04:19--  (try: 6)  http://localhost/test.cgi
Connecting to localhost|127.0.0.1|:80... connected.
HTTP request sent, awaiting response... No data received.
Retrying.

repeated.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
clisp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/clisp-list