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

Michael McMahon michaelm at openjdk.java.net
Fri Aug 27 13:28:51 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.

Michael McMahon has updated the pull request incrementally with one additional commit since the last revision:

  Removed second chunk of redundant code

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/5277/files
  - new: https://git.openjdk.java.net/jdk/pull/5277/files/365b6a16..462020a7

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=5277&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=5277&range=00-01

  Stats: 4 lines in 1 file changed: 0 ins; 4 del; 0 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