RFR: 8273059: Redundant Math.min call in Http2ClientImpl#getConnectionWindowSize

Michael McMahon michaelm at openjdk.java.net
Fri Aug 27 12:09:36 UTC 2021


Hi,

Could I get the following trivial change reviewed please?
It removes a redundant call to Math.min(Integer.MAX_VALUE, ....)

Thanks,
Michael.

-------------

Commit messages:
 - Removed redundant Math.min() call

Changes: https://git.openjdk.java.net/jdk/pull/5277/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=5277&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8273059
  Stats: 2 lines in 1 file changed: 0 ins; 1 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk/pull/5277.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/5277/head:pull/5277

PR: https://git.openjdk.java.net/jdk/pull/5277


More information about the net-dev mailing list