- add ob_(deflate|inflate)handler
[m6w6/ext-http] / docs / http.ini
index 11e818996440614790891a91c4b8799b57c6bb77..2d96869f03a04f9faf9d97ef995cfa634ad51bca 100644 (file)
@@ -30,3 +30,11 @@ http.etag_mode = "MD5"
 
 ; composite log file (i.e. log all messages to this file)
 ;http.composite_log =
+
+; automatically deflate content if requested/supported by client
+;http.ob_deflate_auto = 1
+;http.ob_deflate_flags = HTTP_DEFLATE_LEVEL_DEF
+
+; automatically inflate compressed content
+;http.ob_inflate_auto = 0
+;http.ob_inflate_flags =