/[Apache-SVN]/httpd/httpd/trunk/modules/filters/mod_include.c
ViewVC logotype

Diff of /httpd/httpd/trunk/modules/filters/mod_include.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 592951, Wed Nov 7 23:31:03 2007 UTC revision 629456, Wed Feb 20 13:44:22 2008 UTC
# Line 3312  static apr_status_t send_parsed_content( Line 3312  static apr_status_t send_parsed_content(
3312              if (store) {              if (store) {
3313                  if (index) {                  if (index) {
3314                      APR_BUCKET_REMOVE(b);                      APR_BUCKET_REMOVE(b);
3315                        apr_bucket_setaside(b, r->pool);
3316                      APR_BRIGADE_INSERT_TAIL(intern->tmp_bb, b);                      APR_BRIGADE_INSERT_TAIL(intern->tmp_bb, b);
3317                      b = newb;                      b = newb;
3318                  }                  }
# Line 3364  static apr_status_t send_parsed_content( Line 3365  static apr_status_t send_parsed_content(
3365              if (store) {              if (store) {
3366                  if (index) {                  if (index) {
3367                      APR_BUCKET_REMOVE(b);                      APR_BUCKET_REMOVE(b);
3368                        apr_bucket_setaside(b, r->pool);
3369                      APR_BRIGADE_INSERT_TAIL(intern->tmp_bb, b);                      APR_BRIGADE_INSERT_TAIL(intern->tmp_bb, b);
3370                      b = newb;                      b = newb;
3371                  }                  }
# Line 3404  static apr_status_t send_parsed_content( Line 3406  static apr_status_t send_parsed_content(
3406              default:             /* partial match */              default:             /* partial match */
3407                  newb = APR_BUCKET_NEXT(b);                  newb = APR_BUCKET_NEXT(b);
3408                  APR_BUCKET_REMOVE(b);                  APR_BUCKET_REMOVE(b);
3409                    apr_bucket_setaside(b, r->pool);
3410                  APR_BRIGADE_INSERT_TAIL(intern->tmp_bb, b);                  APR_BRIGADE_INSERT_TAIL(intern->tmp_bb, b);
3411                  b = newb;                  b = newb;
3412                  break;                  break;

Legend:
Removed from v.592951  
changed lines
  Added in v.629456

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2