bugfix in chuncked responses support

This commit is contained in:
thefosk
2013-02-13 10:42:58 -08:00
parent 435bae2f08
commit a6f07cd415

View File

@@ -1,6 +1,6 @@
<?php <?php
if (!function_exists('http-chunked-decode')) { if (!function_exists('http_chunked_decode')) {
/** /**
* dechunk an http 'transfer-encoding: chunked' message * dechunk an http 'transfer-encoding: chunked' message
* *