This is an automated email from the ASF dual-hosted git repository.
johnnyv pushed a change to branch bugfix/DIRMINA1132
in repository https://gitbox.apache.org/repos/asf/mina.git.
from 94a69ad Fixes possible incorrect assertion of handshaking during write
new 9e00f61 Fixes bug in TailFilter which triggers the connect future on
created instead of opened.
new 5c35963 Fix for ssl2 request backlog
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../core/filterchain/DefaultIoFilterChain.java | 34 +++++++++++-----------
.../org/apache/mina/filter/ssl2/SSL2Filter.java | 2 ++
.../org/apache/mina/filter/ssl2/SSL2HandlerG0.java | 17 +++++++++--
.../apache/mina/filter/ssl2/SSL2SimpleTest.java | 12 ++++----
4 files changed, 40 insertions(+), 25 deletions(-)