CURLOPT_PROXYHEADER support; default chunked encoding for stream
authorMichael Wallner <mike@php.net>
Thu, 5 Feb 2015 10:18:19 +0000 (11:18 +0100)
committerMichael Wallner <mike@php.net>
Thu, 5 Feb 2015 10:18:46 +0000 (11:18 +0100)
commit22d8bd9cce8969e37269f1e817da0904a6af522c
tree847c5466ce97688cf0c4cf3dd7bbb170157af165
parentdb0ebb809983eb3dbda84dee61dfceb08feb20c3
CURLOPT_PROXYHEADER support; default chunked encoding for stream
responses
14 files changed:
php_http_client_curl.c
php_http_env_response.c
tests/envresponse006.phpt
tests/envresponse007.phpt
tests/envresponse008.phpt
tests/envresponse009.phpt
tests/envresponse010.phpt
tests/envresponse014.phpt
tests/envresponse015.phpt
tests/envresponsecookie001.phpt
tests/proxy.inc [new file with mode: 0644]
tests/proxy001.phpt [new file with mode: 0644]
tests/proxy002.phpt [new file with mode: 0644]
tests/skipif.inc