Delay between RequestTimeout and ListenableFuture's completion #1686
Labels
Contributions Welcome!
Enhancement
Great Examples
Excellent examples of using AHC in various contexts.
Hi, I find the delay between RequestTimeout and the time corresponding future completes by a timeout exception is quite long. Below is my test.
version:
test code:
result:
I tried many times, and the future complete time is always much longer than 20ms. It doesn't matter if I use a pre-created AsyncHttpClient or create a new one on each request.
log:
The text was updated successfully, but these errors were encountered: