src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/Http2Connection.java
branchhttp-client-branch
changeset 55764 34d7cc00f87a
parent 55763 634d8e14c172
child 55768 8674257c75ce
equal deleted inserted replaced
55763:634d8e14c172 55764:34d7cc00f87a
   318         throws IOException
   318         throws IOException
   319     {
   319     {
   320         this(connection,
   320         this(connection,
   321              h2client,
   321              h2client,
   322              1,
   322              1,
   323              keyFor(request.uri(), request.proxy(h2client.client())));
   323              keyFor(request.uri(), request.proxy()));
   324 
   324 
   325         Log.logTrace("Connection send window size {0} ", windowController.connectionWindowSize());
   325         Log.logTrace("Connection send window size {0} ", windowController.connectionWindowSize());
   326 
   326 
   327         // safe to resume async reading now.
   327         // safe to resume async reading now.
   328         connectFlows(connection);
   328         connectFlows(connection);