DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21095>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21095 SSI error ------- Additional Comments From [EMAIL PROTECTED] 2003-07-11 13:14 ------- Kevin: the actual error is that a bucket is splitted at the end (i.e. the '>' char at the 8000th byte), leaving a zero byte bucket around that made the len == 0 test success (and thus the matching fail) in the next loop. Cliff: The continue is just a goto to the while condition which breaks the loop already if the next bucket is the sentinel, isn't it? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
