We are working on a new API based on express.js behind nginx. Everything works for HTTP1, but for (lib)curl client which are built --with-nghttp2 any POST request fails with CURLE_HTTP2_STREAM.
Below a reproducible example that fails with libcurl 7.50.3 (--with-nghttp2)
curl -v https://builder.r-hub.io/api/check/validate_email \
-H 'Content-Type: application/json' \
-d '{"email":"somebody@gmail.com"}'
Example output: https://git.io/vPfIS Is this a bug in libcurl or a nginx config problem?
@tatsuhiro-t @gaborcsardi
We are working on a new API based on express.js behind nginx. Everything works for HTTP1, but for (lib)curl client which are built
--with-nghttp2any POST request fails withCURLE_HTTP2_STREAM.Below a reproducible example that fails with libcurl 7.50.3 (--with-nghttp2)
Example output: https://git.io/vPfIS Is this a bug in libcurl or a nginx config problem?
@tatsuhiro-t @gaborcsardi