Re: How to simple exit in CGI?

Jean Louis <[email protected]> Wed, 29 Mar 2017 01:58:36 +0300
Newsgroups gmane.lisp.clisp.general
Message-ID <[email protected]>
On Wed, Mar 29, 2017 at 12:57:00AM +0200, Pascal Bourguignon wrote
> Then you have to debug it.
> Have a look at http://www.cliki.net/TutorialClispDebugger <http://www.cliki.net/TutorialClispDebugger>
> and try to find what function returned this error.

I did not find any reference on how to debug over HTTP. I would like
to find the cause or find out how to avoid it.

In console it is giving redirect. On HTTP, it is hanging for longer
time, then I get like now, in this attempt:

admin-> wget -O /dev/shm/test "http://localhost/test.cgi"; less /dev/shm/test 
--2017-03-29 01:56:37--  http://localhost/test.cgi
Resolving localhost... 127.0.0.1
Connecting to localhost|127.0.0.1|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified
Saving to: ‘/dev/shm/test’

/dev/shm/test        [ <=>      ]      38  --.-KB/s    in 0s      

2017-03-29 01:57:13 (3.93 MB/s) - ‘/dev/shm/test’ saved [38]

*** - Ctrl-C: User break
Break 1 [1]> 

------------------------------------------------------------------------------
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