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-10 22:39 ------- Well. It seems, we've got it now. The following patch should solve the problem for you. Yet another test with your data would be appreciated :-) Index: modules/filters/mod_include.c =================================================================== RCS file: /home/cvs/httpd-2.0/modules/filters/mod_include.c,v retrieving revision 1.233 diff -u -r1.233 mod_include.c --- modules/filters/mod_include.c +++ modules/filters/mod_include.c @@ -429,7 +429,7 @@ } if (len == 0) { /* end of pipe? */ - break; + continue; } /* Set our buffer to use. */ @@ -600,7 +600,7 @@ } if (len == 0) { /* end of pipe? */ - break; + continue; } if (dptr == ctx->tag_start_bucket) { c = buf + ctx->tag_start_index; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
