Re: RFR 8163561, add a test for Proxy Authentication in HTTP/2 Client API

2016-08-26 Thread Chris Hegarty
> On 19 Aug 2016, at 10:38, Felix Yang wrote: > > Hi Chris, > >thanks for the comments. Updated webrev: > > http://cr.openjdk.java.net/~xiaofeya/8163561/webrev.01/ > Looks good. Thanks Felix. -Chris. > > Thanks, > Felix > On 20

Re: RFR 8163561, add a test for Proxy Authentication in HTTP/2 Client API

2016-08-19 Thread Felix Yang
Hi Chris, thanks for the comments. Updated webrev: http://cr.openjdk.java.net/~xiaofeya/8163561/webrev.01/ Thanks, Felix On 2016/8/18 23:43, Chris Hegarty wrote: On 18 Aug 2016, at 10:26, Felix Yang wrote: Hi all, please review a new test, which tries to verify "Proxy-Authenticate"

Re: RFR 8163561, add a test for Proxy Authentication in HTTP/2 Client API

2016-08-18 Thread Chris Hegarty
On 18 Aug 2016, at 10:26, Felix Yang wrote: > > Hi all, > >please review a new test, which tries to verify "Proxy-Authenticate" > header can be handled correctly. > > Bug: https://bugs.openjdk.java.net/browse/JDK-8163561 > > Webrev: http://cr.openjdk.java.net/~xiaofeya/8163561/webrev.00/

RFR 8163561, add a test for Proxy Authentication in HTTP/2 Client API

2016-08-18 Thread Felix Yang
Hi all, please review a new test, which tries to verify "Proxy-Authenticate" header can be handled correctly. Bug: https://bugs.openjdk.java.net/browse/JDK-8163561 Webrev: http://cr.openjdk.java.net/~xiaofeya/8163561/webrev.00/ Thanks, Felix