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 libcurl with HTTP/2 support (openss

Re: GET requests with gzip encoding fail with CURLE_WRITE_ERROR

2019-04-20 Thread Ray Satiro via curl-library
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 libcurl with HTTP/2 support (openssl, nghttp2) for my >> project. >> curl 7.64.1 >> nghttp2 v1.37.0 >>

Re: GET requests with gzip encoding fail with CURLE_WRITE_ERROR

2019-04-20 Thread Ray Satiro via curl-library
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 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