comparison src/http/ngx_http_request.h @ 535:80f7156c2965 NGINX_0_8_14

nginx 0.8.14 *) Bugfix: an expired cached response might stick in the "UPDATING" state. *) Bugfix: a segmentation fault might occur in worker process, if error_log was set to info or debug level. Thanks to Sergey Bochenkov. *) Bugfix: in embedded perl module; the bug had appeared in 0.8.11. *) Bugfix: an "error_page" directive did not redirect a 413 error; the bug had appeared in 0.6.10.
author Igor Sysoev <http://sysoev.ru>
date Mon, 07 Sep 2009 00:00:00 +0400
parents d41628eb4d0a
children 5f4de8cf0d9d 4c5d2c627a6c
comparison
equal deleted inserted replaced
534:441fbf722b8c 535:80f7156c2965
545 545
546 546
547 typedef struct { 547 typedef struct {
548 ngx_http_posted_request_t terminal_posted_request; 548 ngx_http_posted_request_t terminal_posted_request;
549 #if (NGX_HAVE_AIO_SENDFILE) 549 #if (NGX_HAVE_AIO_SENDFILE)
550 u_char preload[4]; 550 u_char aio_preload;
551 #endif 551 #endif
552 } ngx_http_ephemeral_t; 552 } ngx_http_ephemeral_t;
553 553
554 554
555 extern ngx_http_header_t ngx_http_headers_in[]; 555 extern ngx_http_header_t ngx_http_headers_in[];