[drakma-devel] Problems with a specific URI

Sean Ross rosssd at gmail.com
Tue Nov 27 13:30:19 UTC 2007


On 11/27/07, Vilson Vieira <vilsonv at gmail.com> 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
.



More information about the Drakma-devel mailing list