William Lallemand 9d5f5480fd MEDIUM: compression: limit RAM usage
With the global maxzlibmem option, you are able ton control the maximum
amount of RAM usable for HTTP compression.

A test is done before each zlib allocation, if the there isn't available
memory, the test fail and so the zlib initialization, so data won't be
compressed.
2012-11-08 15:23:30 +01:00
..
2012-11-08 15:23:29 +01:00
2012-11-08 15:23:30 +01:00
2012-10-29 11:55:26 +01:00
2009-01-25 13:49:53 +01:00
2007-05-13 20:19:55 +02:00
2012-11-05 10:23:16 +01:00