This repository was archived by the owner on Aug 1, 2024. It is now read-only.
This repository was archived by the owner on Aug 1, 2024. It is now read-only.
HttpRequestMessageFactory.CreateRequestMessage, timeout already set within builder causing ArgumentException #620
Open
Description
I'm suspecting this has something to do with retrying, since it usually happens after 1/2 activations of the (exponential) retry policy after timeout. It appears the "timeout" key within the UriQueryBuilder is already set, and the method tries to add it as well without proper check, causing an exception.