[ 
https://issues.apache.org/jira/browse/HTTPCLIENT-1126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13193891#comment-13193891
 ] 

Oleg Kalnichevski commented on HTTPCLIENT-1126:
-----------------------------------------------

Sebastian,

I am not sure I fully understand this request. 
DefaultRequestDirector#tryConnect passes connectCount to the retry handler as a 
parameter already. How else would you like this count to be accessible? Would 
you like the HttpRequestRetryHandler#retryRequest to have a different parameter 
signature, or would you like the connect count and the total count values to be 
accessible through HttpContext?

Oleg 
                
> DefaultRequestDirector.tryConnect should make connectCount available
> --------------------------------------------------------------------
>
>                 Key: HTTPCLIENT-1126
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1126
>             Project: HttpComponents HttpClient
>          Issue Type: Improvement
>            Reporter: Sebb
>            Priority: Minor
>             Fix For: 4.2 Alpha2
>
>
> It would be useful to be able to access the connect count, as is done with 
> the execCount for requests.
> Possibly also count total connects?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to