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
After successfully making GET requests to a private API, I noticed the following text at the end of the (verbose) output:
Connection #0 to host {host_name} left intact
I can see from the httr documentation that by default, connections are left open and then reused. Is there a method which can be used to explicitly close all open connections? I would like to perform such an operation after executing a series of GET requests in order to ensure that no http connections are left open on the server.