On Sat, 2010-09-25 at 15:25 +0300, Dmitry Lukyanov wrote: > Hello, > > I'm a wso2 esb (synapse) user/developer. > I got a problem with https nio transport. > I tried versions 4.1 alpha1 and 4.1 beta2. > > The problem: > transport failed to receive large (50k) response through nio https. > The connection is keep-alive and chunked. Every time I received only response > divisible > by 8192 and last chunk is never returned. > > After digging the logs and code I found that last chunk not returned because > of the code in this class org.apache.http.impl.nio.reactor.SSLIOSession.java > > I changed one line in the code and now it's working. > Now I want to ask somebody who knows the code if this change is ok, > and maybe it should be applied to httpcore: >
Dmitry Could you please raise a JIRA for this issue [1] and attach your changes (preferably in udiff format) to it? Oleg [1] https://issues.apache.org/jira/browse/HTTPCORE --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
