bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug in http module of guile-www


From: Kevin Ryde
Subject: Re: Bug in http module of guile-www
Date: Thu, 15 Jul 2004 08:58:57 +1000
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux)

Robert Marlow <address@hidden> writes:
>
> I happened accross a bug in the HTTP module of guile-www which seemed to
> trigger when I visited a page which gave no headers and just whitespace
> in the body.

Thanks.  But I'm guessing it's actually an empty reason phrase in the
status line which provokes this.

> 139,140c139,144

parse-status-line I take it.

>>         (if second
>>             (make-shared-substring statline (1+ first) second)
>>             #f)

No, that would be to end of string to get the status code.


>>         (if second
>>             (make-shared-substring statline (1+ second))
>>             #f))))

And I think that would be better as "" for an empty reason phrase.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]