Re: Tomcat 9 http2 upload failed with big file.

2019-12-03 Thread Mark Thomas
On 03/12/2019 07:14, Arief Hasani wrote: > 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

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 assume code and configuration should be correctI

Re: Tomcat 9 http2 upload failed with big file.

2019-12-01 Thread Mark Thomas
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 assume code and configuration should be correctI am > using to

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