Re: tomcat 10.1.33 random rare 500 response status for http2 upgrade with tls

2025-02-13 Thread Rémy Maucherat
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

Re: tomcat 10.1.33 random rare 500 response status for http2 upgrade with tls

2025-02-13 Thread Cenk Pekyaman
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

Re: tomcat 10.1.33 random rare 500 response status for http2 upgrade with tls

2025-02-13 Thread Rainer Jung
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

tomcat 10.1.33 random rare 500 response status for http2 upgrade with tls

2025-02-13 Thread Cenk Pekyaman
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