Skip to content

Releases: wangzihaogithub/spring-boot-protocol

v2.3.20

26 Jun 14:19
bb79410
Compare
Choose a tag to compare
  1. 默认关闭非http协议 #39 hotfix: #39
  2. 修复bug:ServletPrintWriter.write(int) 被转成数字

v2.3.19

20 Jun 15:07
6f63768
Compare
Choose a tag to compare
  1. 去掉Connection reset by peer的log信息 #36
  2. netty 和 servlet-api 改为maven强依赖
  3. hotfix:对使用beetlsql的项目有影响 : #37

v2.3.18

13 Jun 03:36
Compare
Choose a tag to compare

hotfix: 解决ServletContext 414行getRealPath方法中resourceManager是null #34
#34

v2.3.17

04 Jun 13:52
Compare
Choose a tag to compare

hotfix: 修复bug, http 用octet-stream上传报错

v2.3.16

07 May 09:45
a823be5
Compare
Choose a tag to compare

新特性:支持tcp dubbo代理

v2.3.15

27 Apr 04:40
cf74203
Compare
Choose a tag to compare

hotfix: 修复bug 使用post传大文件大于16kb,收不到响应的bug

v2.3.14

07 Mar 11:23
Compare
Choose a tag to compare

1.hotfix: 异步超时后,再完毕异步会报空指针
2.修复springcloud-geteway,使用post收不到响应的bug

v2.3.13

02 Jan 12:42
Compare
Choose a tag to compare

hotfix:修复springboot-websocket连不上的bug

v2.3.12

13 Nov 12:24
913b4a2
Compare
Choose a tag to compare

2.3.12
强依赖降到按需依赖:io.netty.handler.codec.http2.*

v2.3.11

27 Apr 13:37
Compare
Choose a tag to compare

2.3.11
1.fix:servlet的AsyncContext别其他请求调用dispatch后,目前逻辑是dispatch立即生效,影响到了springboot的requestThreadLoad被清空。改为当前请求结束后再生效dispatch,保持生效的时机与tomcat逻辑一致