]> granicus.if.org Git - apache/commit
Add DeflateBufferSize directive to replace hardcoded FILTER_BUFSIZE
authorJustin Erenkrantz <jerenkrantz@apache.org>
Tue, 7 May 2002 00:35:16 +0000 (00:35 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Tue, 7 May 2002 00:35:16 +0000 (00:35 +0000)
commitd302c87c38328b7059c9ca267d594fea363049bb
tree17421e35991230b2350841f5f1fa25e72dfc3743
parent66deef423a89042d3a5c185d455a293c810587bc
Add DeflateBufferSize directive to replace hardcoded FILTER_BUFSIZE
definition.  Also speeds up ctx init since it takes the buffer and does
a malloc rather than a calloc on it.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94987 13f79535-47bb-0310-9956-ffa450edef68
modules/filters/mod_deflate.c