Simply adds the constants, with the intention of making multiplexed requests:
curl_multi_setopt($mh, CURLMOPT_PIPELINING, CURLPIPE_MULTIPLEX);
Add CURLPIPE_* constants to properly expose HTTP/2 multiplexing
9ec6a44
Simply adds the constants, with the intention of making multiplexed requests:
curl_multi_setopt($mh, CURLMOPT_PIPELINING, CURLPIPE_MULTIPLEX);