]> granicus.if.org Git - apache/commitdiff
use what we know
authorJim Jagielski <jim@apache.org>
Thu, 17 Sep 2009 19:58:40 +0000 (19:58 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 17 Sep 2009 19:58:40 +0000 (19:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@816361 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy_fcgi.c

index 6056aeb04836f5eb28d27746ed96df6f5ea96bc0..db61537d0c3905728890905141a5493a6fc406c2 100644 (file)
@@ -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;