comparison src/http/ngx_http_request.h @ 56:3050baa54a26 NGINX_0_1_28

nginx 0.1.28 *) Bugfix: nginx hogs CPU while proxying the huge files. *) Bugfix: nginx could not be built by gcc 4.0 on Linux.
author Igor Sysoev <http://sysoev.ru>
date Fri, 08 Apr 2005 00:00:00 +0400
parents bcb5fce0b038
children b55cbf18157e
comparison
equal deleted inserted replaced
55:729de7d75018 56:3050baa54a26
384 u_char *port_end; 384 u_char *port_end;
385 u_char *header_name_start; 385 u_char *header_name_start;
386 u_char *header_name_end; 386 u_char *header_name_end;
387 u_char *header_start; 387 u_char *header_start;
388 u_char *header_end; 388 u_char *header_end;
389 ngx_uint_t header_hash;
389 }; 390 };
390 391
391 392
392 extern ngx_http_header_t ngx_http_headers_in[]; 393 extern ngx_http_header_t ngx_http_headers_in[];
393 extern ngx_http_header_t ngx_http_headers_out[]; 394 extern ngx_http_header_t ngx_http_headers_out[];
394 395
395 396
396 397
397 #endif /* _NGX_HTTP_REQUEST_H_INCLUDED_ */ 398 #endif /* _NGX_HTTP_REQUEST_H_INCLUDED_ */