Skip to content

qingdaoheze/jetty-gzip-decode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP/2 max local stream count exceeded

单个TCP连接会被多个HTTP2的连接复用,但为了收益最大化,会限制单个TCP连接同时服用的HTTP2连接数量,这个bug是jetty在计算这个状态的时候,出现了错误。

jetty/jetty.project#6208

Response timeout when an h2c request was sent and the response's content-encoding is gzip

使用jetty发送http2请求到tomcat,如果响应结果为gzip,则结果服务正常返回,直至超时。将tomcat版本从9.0.21升级到了9.0.45后,问题解决。

jetty/jetty.project#6141

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages