- move the chunked decoder to the encoding_api
[m6w6/ext-http] / http_message_api.c
index 89f67e0bd942bec7ab0375167e4c9b530dd1079f..dd597fccf32dbc6a466d1c857f16611a0b34085d 100644 (file)
@@ -157,7 +157,7 @@ PHP_HTTP_API http_message *_http_message_parse_ex(http_message *msg, const char
                        size_t decoded_len;
 
                        /* decode and replace Transfer-Encoding with Content-Length header */
                        size_t decoded_len;
 
                        /* decode and replace Transfer-Encoding with Content-Length header */
-                       if (continue_at = http_chunked_decode(body, message + message_length - body, &decoded, &decoded_len)) {
+                       if (continue_at = http_encoding_dechunk(body, message + message_length - body, &decoded, &decoded_len)) {
                                zval *len;
                                char *tmp;
                                int tmp_len;
                                zval *len;
                                char *tmp;
                                int tmp_len;