[
https://issues.apache.org/jira/browse/HTTPCORE-114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Oleg Kalnichevski updated HTTPCORE-114:
---------------------------------------
Description: Simple client code attached unable to retrieve the content of
https://www.verisign.com due to SLIOSession incorrect handling of the
end-of-stream condition. (was: Simple client code attached unable to retrieve
the content of https://www.verisign.com.
NHttp client handlers do not correctly handle non-persistent connections when
using chunked or identity transfer encodings (that is, when the server drops
the connection immediately after having sent an HTTP response))
Summary: SSLIOSession does not correctly handle end-of-stream condition
(was: NHttp client handlers do not correctly handle non-persistent connections
when using chunked or identity transfer encodings)
I dug a little deeper and found out that the problem in fact was caused by
SSLIOSession failure to propagate the end-of-stream status to the application
layer (which 'Identity' transfer encoding is dependent upon).
Fix coming.
Oleg
> SSLIOSession does not correctly handle end-of-stream condition
> --------------------------------------------------------------
>
> Key: HTTPCORE-114
> URL: https://issues.apache.org/jira/browse/HTTPCORE-114
> Project: HttpComponents Core
> Issue Type: Bug
> Components: HttpCore NIO
> Affects Versions: 4.0-alpha5
> Environment: Win XP
> Reporter: Denis Rogov
> Assignee: Oleg Kalnichevski
> Priority: Critical
> Fix For: 4.0-alpha6
>
> Attachments: NHttpClient.java
>
>
> Simple client code attached unable to retrieve the content of
> https://www.verisign.com due to SLIOSession incorrect handling of the
> end-of-stream condition.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]