use what we know

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@816361 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jim Jagielski
2009-09-17 19:58:40 +00:00
parent 51097f8040
commit 5ee4ddf065

View 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;