Commit cd7262e
authored
fix: Catch all response.shutdown exceptions (#45)
The response shutdown might trigger an exception for a number of
reasons from within the urllib3 library. Since this is a shutdown
procedure, and there isn't a way to recover at that point, we are going
to simply catch all possible exceptions and continue to shutdown as
gracefully as possible.1 parent b8e7853 commit cd7262e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
0 commit comments