Looks good, Artem.
Thanks,
Michael
On 17/05/16 22:27, Artem Smotrakov wrote:
Hello,
Please review this patch for 9.
NPE may occur if additional logging is enabled with
"java.net.http.HttpClient.log" system property because
AsyncSSLDelegate.logParams(SSLParameters) doesn't check for null
va
Hello,
Please review this patch for 9.
NPE may occur if additional logging is enabled with
"java.net.http.HttpClient.log" system property because
AsyncSSLDelegate.logParams(SSLParameters) doesn't check for null values
which were returned by SSLParameters instance.
I also noticed that settin