RFR: 8368695: Support 101 switching protocol in jdk.httpserver [v6]

Josiah Noel duke at openjdk.org
Wed Oct 15 16:12:51 UTC 2025


> - adds a flag to ExchangeImpl to signal whether the current request is an Upgrade request
> - Adds a new `UpgradeInputStream` 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 `UndefLengthOutputStream`

Josiah Noel has updated the pull request incrementally with two additional commits since the last revision:

 - Create UpgradeOutputStream.java
 - close raw streams

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/27751/files
  - new: https://git.openjdk.org/jdk/pull/27751/files/7818864f..a648a7ba

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=27751&range=05
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=27751&range=04-05

  Stats: 90 lines in 2 files changed: 81 ins; 2 del; 7 mod
  Patch: https://git.openjdk.org/jdk/pull/27751.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/27751/head:pull/27751

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


More information about the net-dev mailing list