You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@trafficserver.apache.org by Walt Karas <wk...@oath.com> on 2017/09/22 21:40:49 UTC

proxy.config.http.normalize_ae_gzip

Plans are afoot to add the config setting proxy.config.http.normalize_ae
0 - normalizatoin
1 - normalize to gzip or none.
2 - normalize to brotli if specified, otherwise to gzip if specified,
otherwise to none.

The question is, can this simply replace normalize_ae_gzip?  Or, is there
need for a transition period, where both settings are available.  (If both
are present, normalize_ae would override normalize_ae_gzip.)

Walt Karas, Oath

Re: proxy.config.http.normalize_ae_gzip

Posted by Bryan Call <bc...@apache.org>.
It can be replaced on master and it will go into the next major release.  There doesn’t have to be a transition of having both settings.  Please add notes about the change here:
https://cwiki.apache.org/confluence/display/TS/What%27s+New+in+v8.x <https://cwiki.apache.org/confluence/display/TS/What's+New+in+v8.x>

-Bryan
 
> On Sep 22, 2017, at 2:40 PM, Walt Karas <wk...@oath.com> wrote:
> 
> Plans are afoot to add the config setting proxy.config.http.normalize_ae
> 0 - normalizatoin
> 1 - normalize to gzip or none.
> 2 - normalize to brotli if specified, otherwise to gzip if specified, otherwise to none.
> 
> The question is, can this simply replace normalize_ae_gzip?  Or, is there need for a transition period, where both settings are available.  (If both are present, normalize_ae would override normalize_ae_gzip.)
> 
> Walt Karas, Oath