From 72a1fee16cf99604fd6455eb91301c834b348ad2 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Thu, 21 Dec 2000 21:09:56 +0000 Subject: [PATCH] OPTIONS request crashed server, this fixes it Submitted by: Joe Orton Reviewed by: W Rowe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87504 13f79535-47bb-0310-9956-ffa450edef68 --- modules/http/http_protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/http/http_protocol.c b/modules/http/http_protocol.c index 594559b133..fdf2ed9932 100644 --- a/modules/http/http_protocol.c +++ b/modules/http/http_protocol.c @@ -2161,7 +2161,7 @@ int ap_send_http_options(request_rec *r) char *buff; ap_bucket *b; ap_bucket_brigade *bb; - apr_size_t len; + apr_size_t len = 0; header_struct h; if (r->assbackwards) -- 2.50.1