Last active
November 29, 2015 20:38
-
-
Save hispanic/cd627f6fe07e1370458b to your computer and use it in GitHub Desktop.
HttpClient Logging - Connection request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Connection request: [route: {}->http://myhost:8080][total kept alive: 0; route allocated: 0 of 50; total allocated: 0 of 100] |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.