Re: git commit: TS-2381 Add SPDY stream count statistic.

2014-05-22 Thread James Peach
On May 22, 2014, at 9:05 AM, a...@apache.org wrote: Repository: trafficserver Updated Branches: refs/heads/master 2dd94936e - f230e610c TS-2381 Add SPDY stream count statistic. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit:

Re: git commit: TS-2381 Add SPDY stream count statistic.

2014-05-22 Thread Alan M. Carroll
James, +# if TS_HAS_SPDY +extern int spdy_config_load (); +spdy_config_load(); // must be before HttpProxyPort init. +# endif This seems really fragile, is it going to stay, or do you have a plan to remove it? That's the way everything else is initialized, a specific method is