Re: HTTP2 with NIO2 broken?

2022-09-28 Thread Rainer Jung
https://bz.apache.org/bugzilla/show_bug.cgi?id=66281 Thanks, Rainer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: HTTP2 with NIO2 broken?

2022-09-28 Thread Mark Thomas
On 28/09/2022 11:03, Rainer Jung wrote: Am 28.09.2022 um 11:40 schrieb Rainer Jung: Hi all, I observe the following behavior: NIO2 connector with HTTP2 and JSSE. Client is (recent) curl or recent Firefox or Chrome. If I call a JSP, that sleep for 8 seconds before responding, then the client

Re: HTTP2 with NIO2 broken?

2022-09-28 Thread Rainer Jung
Am 28.09.2022 um 11:40 schrieb Rainer Jung: Hi all, I observe the following behavior: NIO2 connector with HTTP2 and JSSE. Client is (recent) curl or recent Firefox or Chrome. If I call a JSP, that sleep for 8 seconds before responding, then the client gets after 5 seconds: curl: (92) HTTP/2

HTTP2 with NIO2 broken?

2022-09-28 Thread Rainer Jung
Hi all, I observe the following behavior: NIO2 connector with HTTP2 and JSSE. Client is (recent) curl or recent Firefox or Chrome. If I call a JSP, that sleep for 8 seconds before responding, then the client gets after 5 seconds: curl: (92) HTTP/2 stream 1 was not closed cleanly before end o