Re: HTTP/2 with curl_easy

2019-03-05 Thread Magdy, Marco via curl-library
On 3/4/19, 1:06 PM, "Daniel Stenberg" wrote: > The issues I'm seeing is that the function set via CURLOPT_READFUNCTION is > never invoked to send the body when connecting over H2. Instead, I receive a > 200 OK followed by an error from the server because the client sent >

Re: HTTP/2 with curl_easy

2019-03-04 Thread Daniel Stenberg via curl-library
On Mon, 4 Mar 2019, Magdy, Marco via curl-library wrote: First of all, the AWS SDK uses libcurl's easy interface for HTTP/1.1 while this is less than ideal for HTTP/2, I intend on improving that in the future. In the meantime, I'm wondering if HTTP/2 works with the easy interface. It does, y