You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ HTTPClient.shared.get(url: "https://apple.com/").whenComplete { result in
57
57
}
58
58
```
59
59
60
-
If you create your own `HTTPClient` instances, you should shut down using `httpClient.shutdown()` when you're done with them. Failing to do so will leak resources.
60
+
If you create your own `HTTPClient` instances, you should shut them down using `httpClient.shutdown()` when you're done using them. Failing to do so will leak resources.
61
61
Please note that you must not call `httpClient.shutdown` before all requests of the HTTP client have finished, or else the in-flight requests will likely fail because their network connections are interrupted.
0 commit comments