Re: [PROPOSAL] Removing SOCKS support in 7.0.0

2016-08-29 Thread Bryan Call
Thank you for all the feedback on this proposal. SOCKS support will stay in 7.0.0. -Bryan > On Aug 26, 2016, at 2:19 AM, Chao Xu wrote: > > Hi Bryan Call, > > I will handle the socks issues and make it works again. > > There are 2 socks features as following: > 1. as socks client, ATS will

Re: [PROPOSAL] Removing SOCKS support in 7.0.0

2016-08-26 Thread Chao Xu
Hi Bryan Call, I will handle the socks issues and make it works again. There are 2 socks features as following: 1. as socks client, ATS will connect to parent server and origin server via socks server minimum configuration: proxy.config.socks.socks_needed INT 1 proxy.config.socks.default_servers

Re: [PROPOSAL] Removing SOCKS support in 7.0.0

2016-08-23 Thread Bryan Call
The reasons to remove it would be if it is broken (https://issues.apache.org/jira/browse/TS-2482 ) or if no one is using it (most code requires some maintenance). If people are using it and want to keep it then please speak up and vote on keeping

Re: [PROPOSAL] Removing SOCKS support in 7.0.0

2016-08-23 Thread Chao Xu
I have do some analysis on socks proxy code, It is a very simple ProxySM. It is a good start for a newbie to be a ATS developer. Why do we remove it if it doesn't bother us. Currently, I'm rewriting it into SocksProfileSM to verify the design of ProfileSM. I draw two diagrams of socks proxy func

Re: [PROPOSAL] Removing SOCKS support in 7.0.0

2016-08-22 Thread Igor Galić
+1 on removing SOCKS ​​-- Igor Galić Tel: +43 (0) 664 886 22 883 Mail: i.ga...@brainsware.org URL: https://brainsware.org/ GPG: 8716 7A9F 989B ABD5 100F 4008 F266 55D6 2998 1641

Re: [PROPOSAL] Removing SOCKS support in 7.0.0

2016-08-22 Thread Phil Sorber
+1 On Fri, Aug 19, 2016 at 12:33 PM Bryan Call wrote: > There are a few features we are looking to remove in the ATS 7.0.0 > release. If you are using these features and require them, please respond > to this email. We also need to have people that are willing to invest time > and fix some of

Re: [PROPOSAL] Removing SOCKS support in 7.0.0

2016-08-22 Thread James Peach
> On Aug 22, 2016, at 3:40 AM, Chao Xu wrote: > > The Socks Proxy feature is used to route HTTP request in socks request to > HttpSM and Tunnel non-Http request to Socks Server. > > It is a Socks Proxy and it is NOT the replacement of Socks Server. I've never heard on anyone even trying to use

Re: [PROPOSAL] Removing SOCKS support in 7.0.0

2016-08-22 Thread Chao Xu
The Socks Proxy feature is used to route HTTP request in socks request to HttpSM and Tunnel non-Http request to Socks Server. It is a Socks Proxy and it is NOT the replacement of Socks Server. 2016-08-21 10:04 GMT+08:00 James Peach : > > > On Aug 19, 2016, at 11:33 AM, Bryan Call wrote: > > > >

Re: [PROPOSAL] Removing SOCKS support in 7.0.0

2016-08-20 Thread James Peach
> On Aug 19, 2016, at 11:33 AM, Bryan Call wrote: > > There are a few features we are looking to remove in the ATS 7.0.0 release. > If you are using these features and require them, please respond to this > email. We also need to have people that are willing to invest time and fix > some of

Re: [PROPOSAL] Removing SOCKS support in 7.0.0

2016-08-20 Thread Leif Hedstrom
> On Aug 19, 2016, at 2:33 PM, Bryan Call wrote: > > There are a few features we are looking to remove in the ATS 7.0.0 release. > If you are using these features and require them, please respond to this > email. We also need to have people that are willing to invest time and fix > some of

[PROPOSAL] Removing SOCKS support in 7.0.0

2016-08-19 Thread Bryan Call
There are a few features we are looking to remove in the ATS 7.0.0 release. If you are using these features and require them, please respond to this email. We also need to have people that are willing to invest time and fix some of the bugs for these features. Your feedback is very important