> Currently `HttpRequest::timeout` only applies until the response headers are 
> received. Extend its scope to also cover the consumption of the response body.
> 
> ### Review guidelines
> 
> 1. Read _"the fix"_ in `MultiExchange`
> 2. Skim through the test server *handler* in `TimeoutResponseTestSupport`
> 3. Review first `TimeoutResponseHeaderTest`, and then 
> `TimeoutResponseBodyTest` (Mind the multiple `@test` blocks!)

Volkan Yazici has updated the pull request incrementally with two additional 
commits since the last revision:

 - Configure timeout for the `WebSocketTest`
 - Use `var`

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/27469/files
  - new: https://git.openjdk.org/jdk/pull/27469/files/c5eae908..c3210d88

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

  Stats: 56 lines in 4 files changed: 7 ins; 8 del; 41 mod
  Patch: https://git.openjdk.org/jdk/pull/27469.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/27469/head:pull/27469

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

Reply via email to