Add CURLPIPE_* constants to properly expose HTTP/2 multiplexing #1497
+6
−0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Simply adds the constants, with the intention of making multiplexed requests:
curl_multi_setopt($mh, CURLMOPT_PIPELINING, CURLPIPE_MULTIPLEX);