[drakma-devel] Drakma doesn't work on CLISP because of unsupported TCP_NODELAY
Anton Vodonosov
avodonosov at yandex.ru
Fri Jan 22 02:43:26 UTC 2010
Hello,
The recent Drakma (1.1.0) doesn't work on CLISP because of :NODELAY T
passed to USOCKET:SOCKET-CONNECT.
:NODELAY is not supported on CLISP and usocket signals an error.
IMHO it would be better to remove the :NODELAY T, not only because of
the CLISP support, but also because the Nagle's algorithm disabled
by :NODELAY T seems to be a feature rather than a problem.
Best regards,
- Anton
More information about the Drakma-devel
mailing list