]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
cleanup old-school backward uses of APR_BRIGADE_CONCAT to use
authorCliff Woolley <jwoolley@apache.org>
Mon, 6 May 2002 09:11:50 +0000 (09:11 +0000)
committerCliff Woolley <jwoolley@apache.org>
Mon, 6 May 2002 09:11:50 +0000 (09:11 +0000)
commitf37d50cd714cc043196fa84e7f799f61402ae0fc
tree34ea53863504366111b551858c4f5670553abdb3
parent2991d7aac6e91837fde724e96774ac47b21d2ab4
cleanup old-school backward uses of APR_BRIGADE_CONCAT to use
APR_BRIGADE_PREPEND instead, plus optimize away a bunch of repetitive
brigade destructions/creations by hanging onto ctx->saved even after
we empty it out.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94952 13f79535-47bb-0310-9956-ffa450edef68
server/protocol.c