]> granicus.if.org Git - apache/commit
*) include/httpd.h: Add a brigade for temporary uses in the core input filter context.
authorPaul Querna <pquerna@apache.org>
Thu, 17 Feb 2005 22:53:07 +0000 (22:53 +0000)
committerPaul Querna <pquerna@apache.org>
Thu, 17 Feb 2005 22:53:07 +0000 (22:53 +0000)
commite2d4550b9ddbef27eb56e222a562ed1c5518732b
treee658bfbd4438a7552636cc5da547b001370ce712
parent09f8a5c2f855b85cfc85e85e82ec9d22448eb35e
*) include/httpd.h: Add a brigade for temporary uses in the core input filter context.
*) server/core_filters.c: Do not use brigade_split, since it allocates a new brigade. Instead move buckets to our tmpbb, and reuse the tmpbb for every call.

PR: 33382

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@154200 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
include/httpd.h
server/core_filters.c