Add CURLPIPE_* constants to properly expose HTTP/2 multiplexing #1497

Merged
merged 1 commit into from Sep 4, 2015

2 participants

@dshafik

Simply adds the constants, with the intention of making multiplexed requests:

curl_multi_setopt($mh, CURLMOPT_PIPELINING, CURLPIPE_MULTIPLEX);
@php-pulls php-pulls merged commit 9ec6a44 into php:master Sep 4, 2015

1 check passed

Details continuous-integration/travis-ci/pr The Travis CI build passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment