Skip to content

Instantly share code, notes, and snippets.

@hispanic
Last active November 29, 2015 20:38
Show Gist options
  • Select an option

  • Save hispanic/7e1273f434360d8f8e76 to your computer and use it in GitHub Desktop.

Select an option

Save hispanic/7e1273f434360d8f8e76 to your computer and use it in GitHub Desktop.
HttpClient Logging - Connection leased
Connection leased: [id: 0][route: {}->http://myhost:8080][total kept alive: 0; route allocated: 1 of 50; total allocated: 1 of 100]
@hispanic
Copy link
Author

A connection to myhost has been leased (from the connection pool) and given a unique ID, but not opened. By this point, an allocation has been made for the route (destination).

For more information, please see How to Read HttpClient Logging and Prevent Connection Leaks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment