jetty.project/jetty-io/src
Simone Bordet 21aba4a724 Fixes #6323 - HttpClient requests with redirects gets stuck/never calls onComplete()
* Reworked the total timeout handling.
* Now a CyclicTimeouts handles the exchanges in each HttpDestination,
and a CyclicTimeouts handles the exchanges in each HttpConnection
(rather than in HttpChannel).
* Now adjusting the total timeout for copied requests generated by
redirects and authentication.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
(cherry picked from commit 2e7d17400f)
2021-06-04 12:12:40 +02:00
..
main/java Fixes #6323 - HttpClient requests with redirects gets stuck/never calls onComplete() 2021-06-04 12:12:40 +02:00
test Fixes #6323 - HttpClient requests with redirects gets stuck/never calls onComplete() 2021-06-04 12:12:40 +02:00