I've attached a small patch which makes chunga:read-line* a little more lenient with regards to line endings.
Currently (drakma:http-request "http://news.ycombinator.com") fails with an EOF since the arc server doesn't respond with CRLF but only uses plain LF.
The attached patch works around this by assuming that when a LineFeed is encountered it also designates the end of a line, although it is quite possibly the wrong thing.
Cheers, Sean.