On 13/03/2013 18:11, Mark Thomas wrote:
> On 13/03/2013 14:46, Mladen Turk wrote:
> 
>> SSL_write is weird. Docs says that if the return value is EAGAIN the
>> next SSL_write *must* be called with the same params. I presume it
>> internally
>> maintains a state logic or something.
> 
> Ah. I might not be doing this. Let me take a look...

I'm not but fixing that doesn't seem to help. Looking at the debug logs
it appears that the APR code is taking a copy of the data since the
pointer stays the same for the first few calls even though I'm using
different objects in the Java code.

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to