Re: RFR: 8161016: Strange behavior of URLConnection with proxy

2016-08-31 Thread Chris Hegarty
@openjdk.java.net Subject: Re: RFR: 8161016: Strange behavior of URLConnection with proxy On 08/11/2016 05:17 PM, Ramanand Patil wrote: Webrev: http://cr.openjdk.java.net/~rpatil/8161016/webrev.00/ Fix: Instead of falling back to direct connection when last proxy fails to open connection, re-try once

Re: RFR: 8161016: Strange behavior of URLConnection with proxy

2016-08-12 Thread Aleksey Shipilev
On 08/12/2016 10:56 PM, Ramanand Patil wrote: > Here is the updated Webrev: > http://cr.openjdk.java.net/~rpatil/8161016/webrev.01/ I think my version (below) is a little more straightforward, but no pressure. Your version is okay too, and does the minimal change. Thumbs up. Thanks, -Aleksey >

RE: RFR: 8161016: Strange behavior of URLConnection with proxy

2016-08-12 Thread Ramanand Patil
/ Regards, Ramanand. -Original Message- From: Aleksey Shipilev [mailto:aleksey.shipi...@gmail.com] Sent: Thursday, August 11, 2016 10:10 PM To: Ramanand Patil; OpenJDK Network Dev list Cc: core-libs-dev@openjdk.java.net Subject: Re: RFR: 8161016: Strange behavior of URLConnection with proxy

Re: RFR: 8161016: Strange behavior of URLConnection with proxy

2016-08-11 Thread Aleksey Shipilev
On 08/11/2016 05:17 PM, Ramanand Patil wrote: > Webrev: http://cr.openjdk.java.net/~rpatil/8161016/webrev.00/ > > Fix: Instead of falling back to direct connection when last proxy > fails to open connection, re-try once with the last proxy. An > alternate solution can also be- don't try to open