Large POST requests get stuck when sent with HTTP/2 (works with HTTP 1.1)

2019-04-18 Thread Dmitri Trembovetski via curl-library
Hi, I've compiled libcurl with HTTP/2 support (openssl, nghttp2) for my project. curl 7.56.1 (although I had the same issue with the latest, I backed out to that one due to unrelated issue with gzip encoding in the latest) nghttp2 v1.37.0 openssl 1.1.0 I've compiled and run the same ap

Re: Large POST requests get stuck when sent with HTTP/2 (works with HTTP 1.1)

2019-04-19 Thread Dmitri Trembovetski via curl-library
On Fri, Apr 19, 2019, 8:19 AM Daniel Stenberg wrote: > On Thu, 18 Apr 2019, Dmitri Trembovetski via curl-library wrote: > > > I've compiled libcurl with HTTP/2 support (openssl, nghttp2) for my > project. > > curl 7.56.1 (although I had the same issue with the latest,

GET requests with gzip encoding fail with CURLE_WRITE_ERROR

2019-04-19 Thread Dmitri Trembovetski via curl-library
Hi, As with my earlier email to this list, the configuration is self-compiled libcurl with HTTP/2 support (openssl, nghttp2) for my project. curl 7.64.1 nghttp2 v1.37.0 openssl 1.1.0 I've compiled and run the same app on MacOSX, Android (x64), and Linux with the same results. It use

Re: GET requests with gzip encoding fail with CURLE_WRITE_ERROR

2019-04-20 Thread Dmitri Trembovetski via curl-library
On Sat, Apr 20, 2019 at 4:31 PM Ray Satiro via curl-library wrote: > > On 4/20/2019 3:12 AM, Ray Satiro wrote: > > On 4/19/2019 5:01 PM, Dmitri Trembovetski via curl-library wrote: > > As with my earlier email to this list, the configuration is > self-compiled libcur