Skip to content

Commit

Permalink
useSystemProperties should be reset back to false on reset
Browse files Browse the repository at this point in the history
  • Loading branch information
ryber committed Jan 17, 2021
1 parent a54bd33 commit 91edd16
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## 3.11.10 (pending)
## 3.11.11 (pending)
* useSystemProperties should be reset back to false on reset

## 3.11.10
* issue #394 use the configured Object Mapper rather than always Json
* internal pre-factorings to get ready for Unirest 4

Expand Down
1 change: 1 addition & 0 deletions unirest/src/main/java/kong/unirest/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ private void setDefaults() {
maxTotal = DEFAULT_MAX_CONNECTIONS;
maxPerRoute = DEFAULT_MAX_PER_ROUTE;
followRedirects = true;
useSystemProperties = false;
cookieManagement = true;
requestCompressionOn = true;
automaticRetries = true;
Expand Down

0 comments on commit 91edd16

Please sign in to comment.