Skip to content

Release v2.1.13.6

Latest
Compare
Choose a tag to compare
@Lihuanghe Lihuanghe released this 26 Sep 09:39
· 1 commit to netty4 since this release

1: 通道自动去签名-支持正则方式,用来去掉不固定的签名。
2: 支持收发SGIP Trace消息。
3:Server端收到HTTP请求时返回http 502错误
4:如果一条消息一直发送超速,限制重发次数,默认是30次
5:support https proxy
6: Client主动发起与Server的Tcp连接时,增加设置ConnectTimeOut连接配置参数,默认连接超时时间为3秒。
7:不常遇到的一些协议解码错误优化