]> granicus.if.org Git - php/commit
- Added "dechunk" filter which can decode HTTP responces with chunked transfer-encodi...
authorDmitry Stogov <dmitry@php.net>
Thu, 16 Apr 2009 10:16:27 +0000 (10:16 +0000)
committerDmitry Stogov <dmitry@php.net>
Thu, 16 Apr 2009 10:16:27 +0000 (10:16 +0000)
commit679c6298e332c36f315c8ab8ac816336b602c94f
tree411714bddc46359c57578e1d3b7d73a42340e98d
parent472e8ca33700a782a741cfbe3c667ef8d12ff2d3
- Added "dechunk" filter which can decode HTTP responces with chunked transfer-encoding. HTTP streams use this filter automatically in case "Transfer-Encoding: chunked" header presents in responce. It's possible to disable this behaviour using "http"=>array("auto_decode"=>0) in stream context
- Fixed bug #47021 (SoapClient stumbles over WSDL delivered with "Transfer-Encoding: chunked")
NEWS
ext/standard/filters.c
ext/standard/http_fopen_wrapper.c
ext/standard/tests/filters/chunked_001.phpt [new file with mode: 0644]