Hi!
Every engine has its own timeout mechanisms and you can specify them directly using
engine { ... }
block. But it can be more convenient to specify them all once by using
HttpTimeout
feature. In practice, it doesn’t handle
connectTimeout
and
socketTimeout
itself, but only sets it to engine. If you set both,
HttpTimeout
config will win
c
Cyrille QUÉMIN
04/01/2021, 9:23 AM
Understood: I have now set both to the same value. But, I didn't' set the engine timeout initially, I was still seeing it kicking, as well as the other timeout too!