Hi Xuelei
I've adopted your style of synchronizing the SSL client and server.
Please take a review at
http://cr.openjdk.java.net/~weijun/7170308/webrev.00/
Noreg-self.
Thanks
Max
On 05/21/2012 10:14 AM, [email protected] wrote:
*Change Request ID*: 7170308
*Synopsis*: timing error i
A minor comment.
There may be a potential dead loop in client/main block. If the server
runs into exception before set the serverReady, the client will deadly
wait for the setting.
I think it may be a little safer to have the set of serverReady in a
final clause.
try {
SSLServerSocketFactory
How about this?
http://cr.openjdk.java.net/~weijun/7170308/webrev.01/
The flag is now a state.
Thanks
Max
On 05/21/2012 11:23 AM, Xuelei Fan wrote:
A minor comment.
There may be a potential dead loop in client/main block. If the server
runs into exception before set the serverReady, the cli
Looks fine to me.
Xuelei
On 5/21/2012 1:43 PM, Weijun Wang wrote:
> How about this?
>
> http://cr.openjdk.java.net/~weijun/7170308/webrev.01/
>
> The flag is now a state.
>
> Thanks
> Max
>
> On 05/21/2012 11:23 AM, Xuelei Fan wrote:
>> A minor comment.
>>
>> There may be a potential dead lo