From: Ruediger Pluem Date: Mon, 7 Jan 2008 09:26:53 +0000 (+0000) Subject: * Optimize alignment. X-Git-Tag: 2.3.0~1050 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf4f6247c72b5a3388c4593d45fc63bcd60f2e89;p=apache * Optimize alignment. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@609540 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http/http_filters.c b/modules/http/http_filters.c index bdc45d76ed..15448ed2b0 100644 --- a/modules/http/http_filters.c +++ b/modules/http/http_filters.c @@ -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;