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