What's new in v3.4

2013-06-13 Thread Leif Hedstrom
Hi all, in preparation for the v3.4, lets get a What's new page in order. I've started one at https://cwiki.apache.org/confluence/display/TS/What's+new+in+v3.4 Please edit and add to this as appropriate. Thanks, -- Leif

Re: git commit: TS-1496: Enable per transaction flow control

2013-06-13 Thread Alan M. Carroll
Wednesday, June 12, 2013, 3:29:17 PM, you wrote: + else if (!strncmp(name, proxy.config.http.flow_control.enabled, length)) +cnf = TS_CONFIG_HTTP_FLOW_CONTROL_ENABLED; + break; Not a big deal, but I've seen some reason efforts to use {} consistently, and I kinda like

Re: git commit: TS-1496: Enable per transaction flow control

2013-06-13 Thread Leif Hedstrom
On 6/13/13 12:54 PM, Alan M. Carroll wrote: er_mark = 0) +params-oride.flow_low_water_mark = params-oride.flow_high_water_mark; + if (params-oride.flow_high_water_mark = 0) +params-oride.flow_high_water_mark = params-oride.flow_low_water_mark; This seems a little odd. The default is