You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Karthik K (Created) (JIRA)" <ji...@apache.org> on 2012/01/20 00:15:40 UTC

[jira] [Created] (HTTPASYNC-12) HttpAsyncClientUtils # closeQuietly - release resources

HttpAsyncClientUtils # closeQuietly - release resources
-------------------------------------------------------

                 Key: HTTPASYNC-12
                 URL: https://issues.apache.org/jira/browse/HTTPASYNC-12
             Project: HttpComponents HttpAsyncClient
          Issue Type: Improvement
    Affects Versions: 4.0-alpha2
            Reporter: Karthik K
             Fix For: 4.0-alpha3
         Attachments: HTTPASYNC-12.patch

Along the lines of IOUtils.closeQuietly , have a  HttpAsyncClientUtils # closeQuietly , with some test cases, for the async client 

--
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: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


[jira] [Commented] (HTTPASYNC-12) HttpAsyncClientUtils # closeQuietly - release resources

Posted by "Karthik K (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HTTPASYNC-12?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13189483#comment-13189483 ] 

Karthik K commented on HTTPASYNC-12:
------------------------------------

Please suggest the appropriate @since version depending on when this goes in. 
                
> HttpAsyncClientUtils # closeQuietly - release resources
> -------------------------------------------------------
>
>                 Key: HTTPASYNC-12
>                 URL: https://issues.apache.org/jira/browse/HTTPASYNC-12
>             Project: HttpComponents HttpAsyncClient
>          Issue Type: Improvement
>    Affects Versions: 4.0-alpha2
>            Reporter: Karthik K
>             Fix For: 4.0-alpha3
>
>         Attachments: HTTPASYNC-12.patch
>
>
> Along the lines of IOUtils.closeQuietly , have a  HttpAsyncClientUtils # closeQuietly , with some test cases, for the async client 

--
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: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


[jira] [Updated] (HTTPASYNC-12) HttpAsyncClientUtils # closeQuietly - release resources

Posted by "Karthik K (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HTTPASYNC-12?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karthik K updated HTTPASYNC-12:
-------------------------------

    Attachment: HTTPASYNC-12.patch
    
> HttpAsyncClientUtils # closeQuietly - release resources
> -------------------------------------------------------
>
>                 Key: HTTPASYNC-12
>                 URL: https://issues.apache.org/jira/browse/HTTPASYNC-12
>             Project: HttpComponents HttpAsyncClient
>          Issue Type: Improvement
>    Affects Versions: 4.0-alpha2
>            Reporter: Karthik K
>             Fix For: 4.0-alpha3
>
>         Attachments: HTTPASYNC-12.patch
>
>
> Along the lines of IOUtils.closeQuietly , have a  HttpAsyncClientUtils # closeQuietly , with some test cases, for the async client 

--
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: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


[jira] [Commented] (HTTPASYNC-12) HttpAsyncClientUtils # closeQuietly - release resources

Posted by "Karthik K (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HTTPASYNC-12?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13189482#comment-13189482 ] 

Karthik K commented on HTTPASYNC-12:
------------------------------------

o.a.http.nio.client.util.HttpAsyncClientUtils

   closeQuietly(final HttpAsyncClient httpAsyncClient); 

                
> HttpAsyncClientUtils # closeQuietly - release resources
> -------------------------------------------------------
>
>                 Key: HTTPASYNC-12
>                 URL: https://issues.apache.org/jira/browse/HTTPASYNC-12
>             Project: HttpComponents HttpAsyncClient
>          Issue Type: Improvement
>    Affects Versions: 4.0-alpha2
>            Reporter: Karthik K
>             Fix For: 4.0-alpha3
>
>         Attachments: HTTPASYNC-12.patch
>
>
> Along the lines of IOUtils.closeQuietly , have a  HttpAsyncClientUtils # closeQuietly , with some test cases, for the async client 

--
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: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


[jira] [Updated] (HTTPASYNC-12) HttpAsyncClientUtils # closeQuietly - release resources

Posted by "Oleg Kalnichevski (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HTTPASYNC-12?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oleg Kalnichevski updated HTTPASYNC-12:
---------------------------------------

    Fix Version/s:     (was: 4.0-alpha3)
                   4.0-beta1
    
> HttpAsyncClientUtils # closeQuietly - release resources
> -------------------------------------------------------
>
>                 Key: HTTPASYNC-12
>                 URL: https://issues.apache.org/jira/browse/HTTPASYNC-12
>             Project: HttpComponents HttpAsyncClient
>          Issue Type: Improvement
>    Affects Versions: 4.0-alpha2
>            Reporter: Karthik K
>             Fix For: 4.0-beta1
>
>         Attachments: HTTPASYNC-12.patch
>
>
> Along the lines of IOUtils.closeQuietly , have a  HttpAsyncClientUtils # closeQuietly , with some test cases, for the async client 

--
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: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


[jira] [Resolved] (HTTPASYNC-12) HttpAsyncClientUtils # closeQuietly - release resources

Posted by "Oleg Kalnichevski (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HTTPASYNC-12?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oleg Kalnichevski resolved HTTPASYNC-12.
----------------------------------------

    Resolution: Fixed

Patch checked in. Many thanks for contributing it.

Oleg
                
> HttpAsyncClientUtils # closeQuietly - release resources
> -------------------------------------------------------
>
>                 Key: HTTPASYNC-12
>                 URL: https://issues.apache.org/jira/browse/HTTPASYNC-12
>             Project: HttpComponents HttpAsyncClient
>          Issue Type: Improvement
>    Affects Versions: 4.0-alpha2
>            Reporter: Karthik K
>             Fix For: 4.0-beta1
>
>         Attachments: HTTPASYNC-12.patch
>
>
> Along the lines of IOUtils.closeQuietly , have a  HttpAsyncClientUtils # closeQuietly , with some test cases, for the async client 

--
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: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


[jira] [Updated] (HTTPASYNC-12) HttpAsyncClientUtils # closeQuietly - release resources

Posted by "Karthik K (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HTTPASYNC-12?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karthik K updated HTTPASYNC-12:
-------------------------------

    Attachment:     (was: HTTPASYNC-12.patch)
    
> HttpAsyncClientUtils # closeQuietly - release resources
> -------------------------------------------------------
>
>                 Key: HTTPASYNC-12
>                 URL: https://issues.apache.org/jira/browse/HTTPASYNC-12
>             Project: HttpComponents HttpAsyncClient
>          Issue Type: Improvement
>    Affects Versions: 4.0-alpha2
>            Reporter: Karthik K
>             Fix For: 4.0-alpha3
>
>         Attachments: HTTPASYNC-12.patch
>
>
> Along the lines of IOUtils.closeQuietly , have a  HttpAsyncClientUtils # closeQuietly , with some test cases, for the async client 

--
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: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


[jira] [Updated] (HTTPASYNC-12) HttpAsyncClientUtils # closeQuietly - release resources

Posted by "Karthik K (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HTTPASYNC-12?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karthik K updated HTTPASYNC-12:
-------------------------------

    Attachment: HTTPASYNC-12.patch
    
> HttpAsyncClientUtils # closeQuietly - release resources
> -------------------------------------------------------
>
>                 Key: HTTPASYNC-12
>                 URL: https://issues.apache.org/jira/browse/HTTPASYNC-12
>             Project: HttpComponents HttpAsyncClient
>          Issue Type: Improvement
>    Affects Versions: 4.0-alpha2
>            Reporter: Karthik K
>             Fix For: 4.0-alpha3
>
>         Attachments: HTTPASYNC-12.patch
>
>
> Along the lines of IOUtils.closeQuietly , have a  HttpAsyncClientUtils # closeQuietly , with some test cases, for the async client 

--
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: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org