Skip to content

Commit

Permalink
8263531: Remove unused buffer int
Browse files Browse the repository at this point in the history
Backport-of: ca806ef
  • Loading branch information
RealCLanger committed Jul 19, 2021
1 parent dff3b7f commit 10bbe2f
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -121,7 +121,6 @@ class Http2Connection {

static private final int MAX_CLIENT_STREAM_ID = Integer.MAX_VALUE; // 2147483647
static private final int MAX_SERVER_STREAM_ID = Integer.MAX_VALUE - 1; // 2147483646
static private final int BUFFER = 8; // added as an upper bound

/**
* Flag set when no more streams to be opened on this connection.
Expand Down

1 comment on commit 10bbe2f

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.