Hello,
I loaded the drakma system successfully into my clisp environment and got the following error when I tried to make a http-request:
(http-request "http://lisp.org/")
Fehler: NODELAY in SOCKET-CONNECT is unsupported.
Any ideas?
Thanks in advance Andre Schütz
2011/2/28 "André Schütz" Andre-Paul@gmx.de:
I loaded the drakma system successfully into my clisp environment and got the following error when I tried to make a http-request:
(http-request "http://lisp.org/")
Fehler: NODELAY in SOCKET-CONNECT is unsupported.
Any ideas?
This is the latest Drakma release or the development version?
Also, are you using the newest version of usocket? Which CLISP version are you on? Which operating system?
Thanks, Edi.
On Mon, 28 Feb 2011 18:06:19 +0100 Edi Weitz edi@weitz.de wrote:
2011/2/28 "André Schütz" Andre-Paul@gmx.de:
I loaded the drakma system successfully into my clisp environment and got the following error when I tried to make a http-request:
(http-request "http://lisp.org/")
Fehler: NODELAY in SOCKET-CONNECT is unsupported.
Any ideas?
This is the latest Drakma release or the development version?
Also, are you using the newest version of usocket? Which CLISP version are you on? Which operating system?
Thanks, Edi.
My configuration is as follows:
- clisp: GNU CLISP 2.44.1 (2008-02-23) (built 3476003035) - usocket: 0.4.1 - Operating System: Ubuntu
Andre