algolia / algoliasearch-client-java

⚡️ A fully-featured and blazing-fast Java API client to interact with Algolia.
https://www.algolia.com/doc/api-client/getting-started/install/java/
MIT License
47 stars 33 forks source link

fix(core): http request timeout overflow #785

Closed aallam closed 1 year ago

aallam commented 1 year ago
Q A
Bug fix? yes
New feature? no
BC breaks? no
Related Issue Fix #784
Need Doc update no

Describe your change

This PR modifies HttpRequest#incrementTimeout method to prevent integer overflow. In case of overflow, timeout is set to Integer.MAX_VALUE.