From: Michael Wallner Date: Thu, 29 Dec 2005 20:38:28 +0000 (+0000) Subject: - typos X-Git-Tag: RELEASE_0_21_0~13 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=8480134f621c302c1e1c29ee1aefe6a94f060c2b;p=m6w6%2Fext-http - typos --- diff --git a/http_encoding_api.c b/http_encoding_api.c index a31b5b7..3207264 100644 --- a/http_encoding_api.c +++ b/http_encoding_api.c @@ -467,7 +467,7 @@ PHP_HTTP_API STATUS _http_encoding_deflate_stream_flush(http_encoding_stream *s, { int status; - *encoded_len = 0x800; + *encoded_len = 0x8000; *encoded = emalloc_rel(*encoded_len); s->stream.avail_in = 0; @@ -503,7 +503,7 @@ PHP_HTTP_API STATUS _http_encoding_deflate_stream_finish(http_encoding_stream *s { int status; - *encoded_len = 0x800; + *encoded_len = 0x8000; *encoded = emalloc_rel(*encoded_len); /* deflate remaining input */