I apologize if there is a more specific Async-HTTP-Client category, but I didn't find one.
Anyways, I'm trying to confirm whether timeouts in the http client are a cutoff for the entire request->response process, or if it's a timeout based on activity.
If my question isn't clear, what if I start a request that streams data over 5 minutes (with data being provided every couple seconds), but I have set a 2 minute timeout, would that timeout because it's over 2 minutes? Or would it finish the request because the activity is happening far more often than 2 minutes, with no 2 minute activity gaps?