On 11/27/07, Vilson Vieira <[EMAIL PROTECTED]> wrote:
> end of file on #<FLEXI-STREAMS::FLEXI-LATIN-1-IO-STREAM {BE2FDF1}>
>    [Condition of type END-OF-FILE]

An EOF error is generally a symptom of invalid EOL's from the server.
You can work around this by binding CHUNGA:*ACCEPT-BOGUS-EOLS* to T

eg.

(let ((chunga:*accept-bogus-eols* t))
  (drakma:http-request *aforementioned-url*))

sean
.
_______________________________________________
drakma-devel mailing list
drakma-devel@common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/drakma-devel

Reply via email to