Re: HTTP/2 configuration

2019-12-11 Thread Arief Hasani
Hi Mark, IMHO, being able to override form HTTP1.1 conf is all good as user could easily assume that if not specified in the upgrade than use http1.1 configs Cheers - To unsubscribe, e-mail:

Re: http2 async timeout setting

2019-12-10 Thread Arief Hasani
Hi Mark, Very much appreciated. Thanks On Monday, December 9, 2019, 05:59:58 PM GMT+7, Mark Thomas wrote: On 07/12/2019 03:46, Arief Hasani wrote: >  Hi Chris,  > Thanks for the reminder. following is the code that runs the timeout listener > on time while running o

Re: http2 async timeout setting

2019-12-06 Thread Arief Hasani
December 5, 2019, 11:14:46 PM GMT+7, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Afief, On 12/5/19 00:47, Arief Hasani wrote: > Seems like AsyncContext.setTimeout is not working if using http2 > (clients are chome, firefox, safari on mac). It runs well

http2 async timeout setting

2019-12-04 Thread Arief Hasani
Hi Guys, Seems like AsyncContext.setTimeout is not working if using http2 (clients are chome, firefox, safari on mac). It runs well on http1.1 Thanks

Re: Tomcat 9 http2 upload failed with big file.

2019-12-02 Thread Arief Hasani
On 01/12/2019 17:03, Arief Hasani wrote: >> Hi, >> Strangely I can not upload big file (~20Mb) when using http2 using curl >> with \ >> unexpected EOF error, whereas the upload was successful when forcing curl to >> use \ >> http1.1 protocol so I

Tomcat 9 http2 upload failed with big file.

2019-12-01 Thread Arief Hasani
Hi, Strangely I  can not upload big file (~20Mb) when using http2 using curl with unexpected EOF error, whereas the upload was successful when forcing curl to use http1.1 protocol so I assume code and configuration should be correctI am using tomcat 9.0.29 Kind regardsHasani