]> granicus.if.org Git - apache/commitdiff
* Optimize alignment.
authorRuediger Pluem <rpluem@apache.org>
Mon, 7 Jan 2008 09:26:53 +0000 (09:26 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 7 Jan 2008 09:26:53 +0000 (09:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@609540 13f79535-47bb-0310-9956-ffa450edef68

modules/http/http_filters.c

index bdc45d76edea955b77cfd473c5d4efa2c809a3e0..15448ed2b0609de5cefaee61cf52d50ea3132716 100644 (file)
@@ -70,7 +70,7 @@ typedef struct http_filter_ctx {
         BODY_CHUNK_PART
     } state;
     int eos_sent;
-    char chunk_ln[30];
+    char chunk_ln[32];
     char *pos;
     apr_off_t linesize;
 } http_ctx_t;