+1 just checked pekko-http's source code too, there is no jdk9* code related with osgi problem @PJ Fanning <fannin...@yahoo.com> just found in pekko, so this should be good to go.
何品 PJ Fanning <fannin...@apache.org> 于2024年1月25日周四 05:35写道: > Hi everyone, > > The main reason for this is the throttle support to deal with HTTP/2 > rapid reset scenario. > > https://github.com/apache/incubator-pekko-http/pull/394 > > This change needs to be enabled using this config: > > pekko.http.server.http2.frame-type-throttle.frame-types = ["reset"] > > Milestone: > https://github.com/apache/incubator-pekko-http/milestone/3?closed=1 > > The full set of changes is (mainly build and doc changes): > > https://github.com/apache/incubator-pekko-http/compare/v1.0.0...1.0.x > > If there are no objections, I will look to put together an RC1 within > a few days. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@pekko.apache.org > For additional commands, e-mail: dev-h...@pekko.apache.org > >