-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for selection of protocols (#154)
* fix: Retry logic was never applied. The implement of the Call object being stateful, the retry logic was never triggered as an IllegalStateException was bypassing the normal flow. Closes: #144 * feat: Allow specification of supported HTTP protocols. The flagsmith config builder now accepts a list of supported protocols that can be used by the underlying HTTP client. Closes: #153 --------- Co-authored-by: Olivier Hubaut <[email protected]>
- Loading branch information
1 parent
88b7e55
commit 4a7d739
Showing
2 changed files
with
55 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters