]> 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)
commit1c145d137d064fb40c3ea1f9f9368f1efca0ea13
tree17421e35991230b2350841f5f1fa25e72dfc3743
parent8dbe1d10794e66a8786bb8d9975cc6e765fd4169
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