comparison src/http/ngx_http_request.h @ 507:cd3117ad9aab release-0.1.28

nginx-0.1.28-RELEASE import *) Bugfix: nginx hogs CPU while proxying the huge files. *) Bugfix: nginx could not be built by gcc 4.0 on Linux.
author Igor Sysoev <igor@sysoev.ru>
date Fri, 08 Apr 2005 15:18:55 +0000
parents ee66921ecd47
children 9b8c906f6e63
comparison
equal deleted inserted replaced
506:005e65646622 507:cd3117ad9aab
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_ */