> Following the guideline of the last comment on 
> [JDK-8349670](https://bugs.openjdk.org/browse/JDK-8349670?focusedId=14794649&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14794649),
>  resolves the issue where sending a 1xx status code would close the input 
> stream, preventing the server from reading the body. 
> 
> - When a 1xx status code is sent by `sendResponseHeaders`, the input/output 
> streams will not be closed prematurely.
> - sentHeaders will not be set to true when sending 1xx status codes
> - 100-continue will be sent automatically when trying to read the inputstream 
> if `Expect: 100-continue` header is present

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

 - Fail test if continue sent twice
 - Revert "allow manual 100-Continue processing"
   
   This reverts commit 4b0058886cf10b1703426acc4131453c46636645.

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/27069/files
  - new: https://git.openjdk.org/jdk/pull/27069/files/4b005888..8abfba3a

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=27069&range=10
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=27069&range=09-10

  Stats: 30 lines in 6 files changed: 14 ins; 15 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/27069.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/27069/head:pull/27069

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

Reply via email to