- typos
authorMichael Wallner <mike@php.net>
Thu, 29 Dec 2005 20:38:28 +0000 (20:38 +0000)
committerMichael Wallner <mike@php.net>
Thu, 29 Dec 2005 20:38:28 +0000 (20:38 +0000)
http_encoding_api.c

index a31b5b79772cc0533c2af23274674cdb158db89d..32072641204426fc5724ea5a7f410d37c7c71248 100644 (file)
@@ -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 */