X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_encoding.c;h=48eb1c36eef2bf1436bd857d15a27ad086c81d56;hp=a418a21b1ef6069ade6823ebdbdb7c9436a1422d;hb=20a7c37b273e313e53a37f4406eb49898dd50b6d;hpb=50546d76a9bf44bba6237df7c8101be125bc929a diff --git a/php_http_encoding.c b/php_http_encoding.c index a418a21..48eb1c3 100644 --- a/php_http_encoding.c +++ b/php_http_encoding.c @@ -6,12 +6,10 @@ | 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 @@ -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));