8263531: Remove unused buffer int

Reviewed-by: chegar, vtewari, wetmore
This commit is contained in:
Christoph Langer 2021-07-13 16:55:54 +00:00
parent 7ac08161a8
commit ca806ef319

View File

@ -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.