On Thu, Feb 13, 2025 at 9:41 AM Cenk Pekyaman wrote:
>
> We run tomcat on java17 with the embedded tomcat setup.
> We have http and https connectors and we have http2 upgradeProtocol for
> both.
>
> We recently upgraded from 9.0.88 to 10.1.24 to work on javax to jakarta
> migration, and after a wh
On Thu, Feb 13, 2025 at 9:58 AM Rainer Jung wrote:
> Am 13.02.25 um 09:40 schrieb Cenk Pekyaman:
> ...
>
> > We can reproduce the issue somewhat reliably with the reproducer setup we
> > have in https://github.com/cpekyaman/java-server-http2-test.
> > The odd part is we could only reproduce it wi
Am 13.02.25 um 09:40 schrieb Cenk Pekyaman:
...
We can reproduce the issue somewhat reliably with the reproducer setup we
have in https://github.com/cpekyaman/java-server-http2-test.
The odd part is we could only reproduce it with certain clients reliably,
with go and curl (we include go client
We run tomcat on java17 with the embedded tomcat setup.
We have http and https connectors and we have http2 upgradeProtocol for
both.
We recently upgraded from 9.0.88 to 10.1.24 to work on javax to jakarta
migration, and after a while, upgraded to 10.1.33.
After the upgrade, we started to see rand