From 5ee4ddf065284e5a0cb5075cf01eb1f5f3cdda7b Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Thu, 17 Sep 2009 19:58:40 +0000 Subject: [PATCH] use what we know git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@816361 13f79535-47bb-0310-9956-ffa450edef68 --- modules/proxy/mod_proxy_fcgi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/proxy/mod_proxy_fcgi.c b/modules/proxy/mod_proxy_fcgi.c index 6056aeb048..db61537d0c 100644 --- a/modules/proxy/mod_proxy_fcgi.c +++ b/modules/proxy/mod_proxy_fcgi.c @@ -139,7 +139,7 @@ static void fill_in_header(fcgi_header *header, apr_uint16_t content_len, unsigned char padding_len) { - header->version = 1; + header->version = FCGI_VERSION; header->type = type; -- 2.50.1