From: Jim Jagielski Date: Thu, 17 Sep 2009 19:58:40 +0000 (+0000) Subject: use what we know X-Git-Tag: 2.3.3~283 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ee4ddf065284e5a0cb5075cf01eb1f5f3cdda7b;p=apache use what we know git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@816361 13f79535-47bb-0310-9956-ffa450edef68 --- 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;