~ubuntu-branches/ubuntu/hardy/apache2/hardy-proposed

« back to all changes in this revision

Viewing changes to modules/http/chunk_filter.c

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Fritsch
  • Date: 2008-01-17 20:27:56 UTC
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20080117202756-hv38rjknhwa2ilwi
Tags: upstream-2.2.8
ImportĀ upstreamĀ versionĀ 2.2.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
            }
86
86
            if (APR_BUCKET_IS_FLUSH(e)) {
87
87
                flush = e;
88
 
                more = apr_brigade_split(b, APR_BUCKET_NEXT(e));
 
88
                if (e != APR_BRIGADE_LAST(b)) {
 
89
                    more = apr_brigade_split(b, APR_BUCKET_NEXT(e));
 
90
                }
89
91
                break;
90
92
            }
91
93
            else if (e->length == (apr_size_t)-1) {