RFR: 8351339: WebSocket::sendBinary assume that user supplied buffers are BIG_ENDIAN [v3]

Volkan Yazici vyazici at openjdk.org
Fri Mar 14 10:11:29 UTC 2025


> Fixes endian handling `jdk.internal.net.http.websocket.Frame.Masker`.
> 
> ### Implementation notes
> 
> I deleted the `Frame` clone in tests, and rewired the test code depending on it to the actual `Frame`. To enable this, I relaxed the visibility of the actual `Frame`. I guess the `Frame` clone was introduced to have strict visibility in the actual `Frame`. Though this is not needed since the actual `Frame` is in an internal package. Plus, the fact that bug is in the `Frame` class hints in the direction that there should be one `Frame`.

Volkan Yazici has updated the pull request incrementally with one additional commit since the last revision:

  Make method name changes backport-friendly

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/24033/files
  - new: https://git.openjdk.org/jdk/pull/24033/files/1ad58fda..a7d33605

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=24033&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=24033&range=01-02

  Stats: 17 lines in 6 files changed: 0 ins; 0 del; 17 mod
  Patch: https://git.openjdk.org/jdk/pull/24033.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/24033/head:pull/24033

PR: https://git.openjdk.org/jdk/pull/24033


More information about the net-dev mailing list