X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_encoding.c;h=93712c7b4f2a487274338548b513a7e1d6e81a26;hp=07a026d3fe532de0cd44cd9c1a60b6c95106637a;hb=df06e2dbf48a3b0d96f2c62071c1b5fc907a98d0;hpb=c5c580f24e24e8032a0554a2e39e38c496144bc2 diff --git a/php_http_encoding.c b/php_http_encoding.c index 07a026d..93712c7 100644 --- a/php_http_encoding.c +++ b/php_http_encoding.c @@ -486,7 +486,7 @@ static STATUS inflate_update(php_http_encoding_stream_t *s, const char *data, si /* append input to buffer */ php_http_buffer_append(PHP_HTTP_BUFFER(ctx->opaque), data, data_len); - + retry_raw_inflate: ctx->next_in = (Bytef *) PHP_HTTP_BUFFER_VAL(ctx->opaque); ctx->avail_in = PHP_HTTP_BUFFER_LEN(ctx->opaque);