RE: RFR[15] JDK-8183369 : RFC unconformity of HttpURLConnection with proxy

2020-03-02 Thread Ravi Reddy
/webrev.00/ Issue: https://bugs.openjdk.java.net/browse/JDK-8183369 Thanks, Ravi -Original Message- From: Ravi Reddy Sent: Thursday, February 13, 2020 10:10 PM To: Daniel Fuchs ; Vyom Tiwari Cc: net-dev Subject: RE: RFR[15] JDK-8183369 : RFC unconformity of HttpURLConnection with proxy Hi

RE: RFR[15] JDK-8183369 : RFC unconformity of HttpURLConnection with proxy

2020-02-13 Thread Ravi Reddy
e fix. Daniel , As you suggested I will try and come up with a test case to make sure there is a retry happening after connection fails once through proxy. Thanks, Ravi -Original Message- From: Daniel Fuchs Sent: Thursday, February 13, 2020 8:59 PM To: Vyom Tiwari Cc: Ravi Reddy ; Chris He

RE: RFR[15] JDK-8183369 : RFC unconformity of HttpURLConnection with proxy

2020-02-13 Thread Ravi Reddy
Hi Chris,   From: Chris Hegarty Sent: Thursday, February 13, 2020 3:07 PM To: Ravi Reddy Cc: net-dev@openjdk.java.net Subject: Re: RFR[15] JDK-8183369 : RFC unconformity of HttpURLConnection with proxy   Hi Ravi, On 5 Feb 2020, at 12:43, Ravi Reddy mailto:ravi.k.re...@oracle.com

RE: RFR[15] JDK-8183369 : RFC unconformity of HttpURLConnection with proxy

2020-02-11 Thread Ravi Reddy
Hi, Please do review the below webrev. Thanks, Ravi From: Ravi Reddy Sent: Wednesday, February 5, 2020 6:13 PM To: net-dev@openjdk.java.net Subject: RFR[15] JDK-8183369 : RFC unconformity of HttpURLConnection with proxy Hello All, Could you please review this patch. This

RFR[15] JDK-8183369 : RFC unconformity of HttpURLConnection with proxy

2020-02-05 Thread Ravi Reddy
Hello All, Could you please review this patch. This patch fixes the RFC unconformity of HttpURLConnection with proxy issue. 1.Change in HttpURLConnection.java is to make sure we do retry with proxy as mentioned in RFC 2.Change is test case HttpURLConWithProxy.java is to make sure we don'