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