X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_encoding.c;h=b34594ccbaead8bfc5622065162e449aa8cda7da;hb=707ee66a824e2bb5daad723f75682aea777b09a3;hp=a418a21b1ef6069ade6823ebdbdb7c9436a1422d;hpb=50546d76a9bf44bba6237df7c8101be125bc929a;p=m6w6%2Fext-http diff --git a/php_http_encoding.c b/php_http_encoding.c index a418a21..b34594c 100644 --- a/php_http_encoding.c +++ b/php_http_encoding.c @@ -6,13 +6,11 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2010, Michael Wallner | + | Copyright (c) 2004-2011, Michael Wallner | +--------------------------------------------------------------------+ */ -/* $Id: http_encoding_api.c 298592 2010-04-26 11:47:29Z mike $ */ - -#include "php_http.h" +#include "php_http_api.h" #include @@ -222,6 +220,7 @@ retry_raw_inflate: wbits = PHP_HTTP_WINDOW_BITS_RAW; goto retry_raw_inflate; } + break; } inflateEnd(&Z); @@ -509,6 +508,7 @@ retry_raw_inflate: inflateInit2(ctx, PHP_HTTP_WINDOW_BITS_RAW); goto retry_raw_inflate; } + break; } php_http_error(HE_WARNING, PHP_HTTP_E_ENCODING, "Failed to update inflate stream: %s", zError(status));