src/java.net.http/share/classes/jdk/internal/net/http/Exchange.java
branchhttp-client-branch
changeset 56104 3420c1bdd254
parent 56092 fd85b2bf2b0d
child 56126 86e628130926
--- a/src/java.net.http/share/classes/jdk/internal/net/http/Exchange.java	Mon Feb 12 17:32:52 2018 +0000
+++ b/src/java.net.http/share/classes/jdk/internal/net/http/Exchange.java	Mon Feb 12 18:45:17 2018 +0000
@@ -377,8 +377,8 @@
             after407Check = this::sendRequestBody;
         }
         // The ProxyAuthorizationRequired can be triggered either by
-        // establishExchange (case of HTTP/2 SSL tunelling through HTTP/1.1 proxy
-        // or by sendHeaderAsync (case of HTTP/1.1 SSL tunelling through HTTP/1.1 proxy
+        // establishExchange (case of HTTP/2 SSL tunneling through HTTP/1.1 proxy
+        // or by sendHeaderAsync (case of HTTP/1.1 SSL tunneling through HTTP/1.1 proxy
         // Therefore we handle it with a call to this checkFor407(...) after these
         // two places.
         Function<ExchangeImpl<T>, CompletableFuture<Response>> afterExch407Check =