This is an automated email from the ASF dual-hosted git repository. twolf pushed a change to branch dev_3.0 in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
from b41325570 Update CHANGES new 7ec8197e9 Simplify CoreModuleProperties.SEND_IMMEDIATE_KEXINIT new c87bbeabe Minor improvement in HAProxyProtocolFilter 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: docs/technical/filters.md | 7 +- .../server/filter/HAProxyProtocolFilter.java | 6 +- .../common/session/filters/DelayKexInitFilter.java | 132 --------------------- .../common/session/filters/SshTransportFilter.java | 4 - .../sshd/common/session/filters/kex/KexFilter.java | 27 +++-- .../java/org/apache/sshd/client/ClientTest.java | 28 +++++ 6 files changed, 54 insertions(+), 150 deletions(-) delete mode 100644 sshd-core/src/main/java/org/apache/sshd/common/session/filters/DelayKexInitFilter.java