Re: [PROPOSAL] Remove proxy.config.http.server_tcp_init_cwnd

2019-05-10 Thread Sudheer Vinukonda
+1 > On May 10, 2019, at 1:08 PM, Leif Hedstrom wrote: > > This configuration option only has meaning on Solaris, a platform that we > currently don’t support. As such, it’s actually confusing that it’s there to > begin with, since it doesn’t do anything on any of the platforms we do > suppor

Re: [PROPOSAL] Remove proxy.config.http.server_tcp_init_cwnd

2019-05-10 Thread Bryan Call
+1 - I approved the PR -Bryan > On May 10, 2019, at 1:08 PM, Leif Hedstrom wrote: > > This configuration option only has meaning on Solaris, a platform that we > currently don’t support. As such, it’s actually confusing that it’s there to > begin with, since it doesn’t do anything on any of

[PROPOSAL] Remove proxy.config.http.server_tcp_init_cwnd

2019-05-10 Thread Leif Hedstrom
This configuration option only has meaning on Solaris, a platform that we currently don’t support. As such, it’s actually confusing that it’s there to begin with, since it doesn’t do anything on any of the platforms we do support. I’d like to remove this option, and the code around it. Thanks,