> Remaking the PR since I messed up the upstream merge on the other one. See > (https://github.com/openjdk/jdk/pull/27751) for the bulk of the previous > discussion > > - adds a flag to ExchangeImpl to signal whether the current request is a GET > Upgrade request > - Adds a new `UpgradeInputStream`/`UpgradeOutputStream` to ensure that the > server keeps track of when the upgraded request is closed > - on 101 response codes, `sendResponseHeaders` will not immediately close the > output stream > - on 101 response codes, `sendResponseHeaders` will use an > `UpgradeInputStream`
Josiah Noel has updated the pull request incrementally with one additional commit since the last revision: Update UpgradeInputStream.java ------------- Changes: - all: https://git.openjdk.org/jdk/pull/27989/files - new: https://git.openjdk.org/jdk/pull/27989/files/4956aed7..dccd8469 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=27989&range=05 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=27989&range=04-05 Stats: 4 lines in 2 files changed: 2 ins; 0 del; 2 mod Patch: https://git.openjdk.org/jdk/pull/27989.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/27989/head:pull/27989 PR: https://git.openjdk.org/jdk/pull/27989
