Open
Description
As described in #781, Feign overrides the timeouts configured in my Apache RequestConfig
, even if I don't set custom request options in the Feign builder. This is unexpected behavior.
The change introduced to fix #517 copies the existing RequestConfig
, but then immediately overwrites the timeouts, again, even if no Feign request options are set.