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/cd627f6fe07e1370458b to your computer and use it in GitHub Desktop.

Select an option

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

A connection to myhost is about to be requested. The metrics (keep-alives and allocations) displayed at this point reflect the state of the connection pool before the request is made.

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