mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-14 18:03:44 +00:00
8263531: Remove unused buffer int
Reviewed-by: chegar, vtewari, wetmore
This commit is contained in:
parent
7ac08161a8
commit
ca806ef319
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user