comparison src/http/ngx_http_request.h @ 475:c3c2848fc081 release-0.1.12

nginx-0.1.12-RELEASE import *) Feature: the %request_length log parameter. *) Bugfix: when using the /dev/poll, select and poll on the platforms, where these methods may do the false reports, there may be the long delay when the request was passed via the keep-alive connection. It may be at least on Solaris when using the /dev/poll. *) Bugfix: the send_lowat directive is ignored on Linux because Linux does not support the SO_SNDLOWAT option.
author Igor Sysoev <igor@sysoev.ru>
date Mon, 06 Dec 2004 14:45:08 +0000
parents 2ff194b74f1e
children ad1e9ebf93bb
comparison
equal deleted inserted replaced
474:99ad6d3b40ed 475:c3c2848fc081
295 295
296 ngx_array_t cleanup; 296 ngx_array_t cleanup;
297 297
298 /* used to learn the Apache compatible response length without a header */ 298 /* used to learn the Apache compatible response length without a header */
299 size_t header_size; 299 size_t header_size;
300
301 size_t request_length;
300 302
301 u_char *discarded_buffer; 303 u_char *discarded_buffer;
302 void **err_ctx; 304 void **err_ctx;
303 ngx_uint_t err_status; 305 ngx_uint_t err_status;
304 306