Commit e88313c
authored
DEV-29238 Close idle connections after 4 seconds (#91)
Allow connections to be idle for up to 4 seconds before not reusing. This strategy is needed
because we are seeing connections being closed by the server after 4 seconds, then when we attempt
to use, the call fails.1 parent 17f887b commit e88313c
File tree
1 file changed
+4
-0
lines changed- httpclient/src/main/java/com/backblaze/b2/client/webApiHttpClient
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
79 | 83 | | |
80 | 84 | | |
81 | 85 | | |
| |||
0 commit comments