[drakma-devel] Drakma - problem with http-request on SBCL 1.0.34

Erik Huelsmann ehuels at gmail.com
Thu Jan 7 21:27:38 UTC 2010


Did we (usocket developers) miss a function argument?

Chun, shouldn't we at least accept it?

Bye,

Erik.

On Thu, Jan 7, 2010 at 9:33 PM, Fred Gibson <fred at streamfocus.com> wrote:
> I've found a small problem in Drakma's http-request where in a call to
> usocket:socket-connect it sent the key :nodelay which doesn't exist
> for sbcl's socket connect version, so I changed that call in drakma to
> this:
>
>         (usocket:socket-stream
>            (usocket:socket-connect host port
>               :element-type 'octet
>               #+:openmcl :deadline
>               #+:openmcl deadline
>               #-:sbcl :nodelay
>               #-:sbcl t))
>
> Then it seemed to work just fine.
>
> My best,
>
> Fred Gibson
>
> Founder / Software Developer
> http://www.streamfocus.com
>
> (c)2010 Organon Technologies LLC
>
> _______________________________________________
> drakma-devel mailing list
> drakma-devel at common-lisp.net
> http://common-lisp.net/cgi-bin/mailman/listinfo/drakma-devel
>




More information about the Drakma-devel mailing list