Go to file
Maxim Dounin ef76b584da Merge of r4372, r4373, r4374:
SCGI fixes:

*) Fixed incorrect use of r->http_version in scgi module.

   The r->http_version is a version of client's request, and modules
   must not set it unless they are really willing to downgrade protocol
   version used for a response (i.e. to HTTP/0.9 if no response headers
   are available).  In neither case r->http_version may be upgraded.

   The former code downgraded response from HTTP/1.1 to HTTP/1.0 for no
   reason, causing various problems (see ticket #66).  It was also
   possible that HTTP/0.9 requests were upgraded to HTTP/1.0.

*) Removed duplicate function declaration.

*) Removed error if there is no Status header.

   The SCGI specification doesn't specify format of the response, and
   assuming CGI specs should be used there is no reason to complain.
   RFC 3875 explicitly states that "A Status header field is optional,
   and status 200 'OK' is assumed if it is omitted".
2012-02-05 13:53:50 +00:00
auto Merge of r4377: configure on Solaris fixed. 2012-02-05 12:28:35 +00:00
conf Merge of r4282, r4302: 2011-12-14 15:16:05 +00:00
contrib nginx-0.3.55-RELEASE import 2006-07-28 15:16:17 +00:00
docs nginx-1.0.11-RELEASE 2011-12-15 14:04:39 +00:00
misc Merge of r4000, r4014, r4265, r4321, r4342, r4343: 2011-12-13 17:58:18 +00:00
src Merge of r4372, r4373, r4374: 2012-02-05 13:53:50 +00:00
.hgtags release-1.0.11 tag 2011-12-15 14:05:08 +00:00