comparison src/http/ngx_http_core_module.h @ 544:f7ec98e3caeb NGINX_0_8_18

nginx 0.8.18 *) Feature: the "read_ahead" directive. *) Feature: now several "perl_modules" directive may be used. *) Feature: the "limit_req_log_level" and "limit_conn_log_level" directives. *) Bugfix: now "limit_req" directive conforms to the leaky bucket algorithm. Thanks to Maxim Dounin. *) Bugfix: nginx did not work on Linux/sparc. Thanks to Marcus Ramberg. *) Bugfix: nginx sent '\0' in a "Location" response header line on MKCOL request. Thanks to Xie Zhenye. *) Bugfix: zero status code was logged instead of 499 status code; the bug had appeared in 0.8.11. *) Bugfix: socket leak; the bug had appeared in 0.8.11.
author Igor Sysoev <http://sysoev.ru>
date Tue, 06 Oct 2009 00:00:00 +0400
parents d41628eb4d0a
children 1dcf6adad484
comparison
equal deleted inserted replaced
543:7688992d2abb 544:f7ec98e3caeb
330 size_t send_lowat; /* send_lowat */ 330 size_t send_lowat; /* send_lowat */
331 size_t postpone_output; /* postpone_output */ 331 size_t postpone_output; /* postpone_output */
332 size_t limit_rate; /* limit_rate */ 332 size_t limit_rate; /* limit_rate */
333 size_t limit_rate_after; /* limit_rate_after */ 333 size_t limit_rate_after; /* limit_rate_after */
334 size_t sendfile_max_chunk; /* sendfile_max_chunk */ 334 size_t sendfile_max_chunk; /* sendfile_max_chunk */
335 size_t read_ahead; /* read_ahead */
335 336
336 ngx_msec_t client_body_timeout; /* client_body_timeout */ 337 ngx_msec_t client_body_timeout; /* client_body_timeout */
337 ngx_msec_t send_timeout; /* send_timeout */ 338 ngx_msec_t send_timeout; /* send_timeout */
338 ngx_msec_t keepalive_timeout; /* keepalive_timeout */ 339 ngx_msec_t keepalive_timeout; /* keepalive_timeout */
339 ngx_msec_t lingering_time; /* lingering_time */ 340 ngx_msec_t lingering_time; /* lingering_time */