comparison src/http/ngx_http_request.h @ 461:a88a3e4e158f release-0.1.5

nginx-0.1.5-RELEASE import *) Bugfix: on Solaris and Linux there may be too many "recvmsg() returned not enough data" alerts. *) Bugfix: there were the "writev() failed (22: Invalid argument)" errors on Solaris in proxy mode without sendfile. On other platforms that do not support sendfile at all the process got caught in an endless loop. *) Bugfix: segmentation fault on Solaris in proxy mode and using sendfile. *) Bugfix: segmentation fault on Solaris. *) Bugfix: on-line upgrade did not work on Linux. *) Bugfix: the ngx_http_autoindex_module module did not escape the spaces, the quotes, and the percent signs in the directory listing. *) Change: the decrease of the copy operations. *) Feature: the userid_p3p directive.
author Igor Sysoev <igor@sysoev.ru>
date Thu, 11 Nov 2004 14:07:14 +0000
parents ded1284520cc
children 2ff194b74f1e
comparison
equal deleted inserted replaced
460:5f8319142dfc 461:a88a3e4e158f
39 #define NGX_HTTP_PARSE_INVALID_HEADER 14 39 #define NGX_HTTP_PARSE_INVALID_HEADER 14
40 #define NGX_HTTP_PARSE_TOO_LONG_HEADER 15 40 #define NGX_HTTP_PARSE_TOO_LONG_HEADER 15
41 #define NGX_HTTP_PARSE_NO_HOST_HEADER 16 41 #define NGX_HTTP_PARSE_NO_HOST_HEADER 16
42 #define NGX_HTTP_PARSE_INVALID_CL_HEADER 17 42 #define NGX_HTTP_PARSE_INVALID_CL_HEADER 17
43 #define NGX_HTTP_PARSE_POST_WO_CL_HEADER 18 43 #define NGX_HTTP_PARSE_POST_WO_CL_HEADER 18
44 #define NGX_HTTP_PARSE_HTTP_TO_HTTPS 19 44
45 #define NGX_HTTP_PARSE_INVALID_HOST 20 45 #define NGX_HTTP_PARSE_INVALID_HOST 19
46 #define NGX_HTTP_PARSE_HTTP_TO_HTTPS 20
46 47
47 48
48 #define NGX_HTTP_OK 200 49 #define NGX_HTTP_OK 200
49 #define NGX_HTTP_PARTIAL_CONTENT 206 50 #define NGX_HTTP_PARTIAL_CONTENT 206
50 51