From bf4f6247c72b5a3388c4593d45fc63bcd60f2e89 Mon Sep 17 00:00:00 2001 From: Ruediger Pluem Date: Mon, 7 Jan 2008 09:26:53 +0000 Subject: [PATCH] * Optimize alignment. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@609540 13f79535-47bb-0310-9956-ffa450edef68 --- modules/http/http_filters.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.40.0