Hi Kimberly — Thank you for your response. You are correct that the HttpClient does not cause a resource leak by default, but some developers like to cancel requests that are no longer required after changing pages (ex. retrieving list of emails from backend and changing pages before it has finished). Not cancelling expensive and long requests that you will no longer use can take up memory and increase the load on your backend.