You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Oleg Kalnichevski (JIRA)" <ji...@apache.org> on 2011/06/11 12:55:58 UTC

[jira] [Created] (HTTPCORE-260) Non-blocking SSL I/O session can terminate prematurely causing message body truncation when message content is chunk coded and the connection is closed on the opposite end

Non-blocking SSL I/O session can terminate prematurely causing message body truncation when message content is chunk coded and the connection is closed on the opposite end
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: HTTPCORE-260
                 URL: https://issues.apache.org/jira/browse/HTTPCORE-260
             Project: HttpComponents HttpCore
          Issue Type: Bug
          Components: HttpCore NIO
    Affects Versions: 4.1.1
            Reporter: Oleg Kalnichevski
             Fix For: 4.1.2


Non-blocking SSL I/O session can terminate prematurely causing message truncation when (1) the message content is chunk coded, (2) the connection is closed on the opposite end and (3) a small chunk is stuck in the session input buffer. The remaining content in the session input buffer is never read. 

--
This message is automatically generated by JIRA.
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] (HTTPCORE-260) Non-blocking SSL I/O session can terminate prematurely causing message body truncation when message content is chunk coded and the connection is closed on the opposite end

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

Oleg Kalnichevski resolved HTTPCORE-260.
----------------------------------------

    Resolution: Fixed

Fixed in SVN trunk and 4.1.x branch.

Oleg

> Non-blocking SSL I/O session can terminate prematurely causing message body truncation when message content is chunk coded and the connection is closed on the opposite end
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HTTPCORE-260
>                 URL: https://issues.apache.org/jira/browse/HTTPCORE-260
>             Project: HttpComponents HttpCore
>          Issue Type: Bug
>          Components: HttpCore NIO
>    Affects Versions: 4.1.1
>            Reporter: Oleg Kalnichevski
>             Fix For: 4.1.2
>
>
> Non-blocking SSL I/O session can terminate prematurely causing message truncation when (1) the message content is chunk coded, (2) the connection is closed on the opposite end and (3) a small chunk is stuck in the session input buffer. The remaining content in the session input buffer is never read. 

--
This message is automatically generated by JIRA.
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