mirror of
https://github.com/apache/httpd.git
synced 2025-08-06 11:06:17 +00:00
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:
@ -139,7 +139,7 @@ static void fill_in_header(fcgi_header *header,
|
|||||||
apr_uint16_t content_len,
|
apr_uint16_t content_len,
|
||||||
unsigned char padding_len)
|
unsigned char padding_len)
|
||||||
{
|
{
|
||||||
header->version = 1;
|
header->version = FCGI_VERSION;
|
||||||
|
|
||||||
header->type = type;
|
header->type = type;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user