mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 12:34:32 +02:00
8197564: HTTP Client implementation
Co-authored-by: Daniel Fuchs <daniel.fuchs@oracle.com> Co-authored-by: Michael McMahon <michael.x.mcmahon@oracle.com> Co-authored-by: Pavel Rappo <pavel.rappo@oracle.com> Reviewed-by: chegar, dfuchs, michaelm, prappo
This commit is contained in:
parent
a9234c0ab6
commit
a3b61fd4c7
398 changed files with 37643 additions and 10897 deletions
|
@ -528,7 +528,7 @@ class ServerImpl implements TimeSource {
|
|||
if (https) {
|
||||
if (sslContext == null) {
|
||||
logger.log (Level.WARNING,
|
||||
"SSL connection received. No https contxt created");
|
||||
"SSL connection received. No https context created");
|
||||
throw new HttpError ("No SSL context established");
|
||||
}
|
||||
sslStreams = new SSLStreams (ServerImpl.this, sslContext, chan);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue