Robert Marlow <[EMAIL PROTECTED]> 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.


_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/bug-guile

Reply via email to