X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http_message_api.c;h=7fe5aecb73d6a7f96aa8188a7c004e1b058f1d0c;hb=28baf7ddd547d83881952cfd1720cc4b3c342d79;hp=6dd20673b081addab2c92fa72902d6cfa93b7ce1;hpb=266dd631dcb4e0652522ad4884ee8a40b88532ec;p=m6w6%2Fext-http diff --git a/http_message_api.c b/http_message_api.c index 6dd2067..7fe5aec 100644 --- a/http_message_api.c +++ b/http_message_api.c @@ -259,7 +259,7 @@ PHP_HTTP_API http_message *_http_message_parse_ex(http_message *msg, const char # endif /* HTTP_HAVE_ZLIB */ } - if (decoded && decoded_len) { + if (decoded) { zval *len; char *tmp; int tmp_len;