Re: RFR 6722928: Support SSPI as a native GSS-API provider

2019-01-11 Thread Weijun Wang
Hi Valerie, Thanks for the feedback. Most accepted. Some comments below inline. I'll read Nico's feedback next and then upload a new webrev. > On Dec 20, 2018, at 3:51 AM, Valerie Peng wrote: > > Hi Max, > > Here are more comments/questions on : > > I am a bit unclear on the handling of the

Re: Code Review Request, JDK-8214418 HttpClient falls in running with 100% cpu usage after an error signalled on channel

2019-01-11 Thread Daniel Fuchs
Hi Xuelei, This is not my area of expertise - so I'm going to rephrase what I understand (which may be wrong): SSLEngineImpl.java: This change makes sure that the SSLEngineResult::getStatus() returns Status.CLOSED when closure has been initiated, even if the engine is only half-closed at t