(client) fix an overflow in the exponential back off code

This commit is contained in:
Benjamin Sergeant
2019-12-02 13:51:45 -08:00
parent 48622a24db
commit d82e05f72d
4 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
## [7.4.1] - 2019-12-02
- (client) fix an overflow in the exponential back off code
## [7.4.0] - 2019-11-25
- (http client) Add support for multipart HTTP POST upload