comparison src/http/ngx_http.h @ 352:84b8345f70d5 NGINX_0_6_20

nginx 0.6.20 *) Bugfix: a segmentation fault might occur in worker process if a "proxy_pass" directive with URI-part was used; bug appeared in 0.6.19.
author Igor Sysoev <http://sysoev.ru>
date Wed, 28 Nov 2007 00:00:00 +0300
parents 4276c2f1f434
children 54fad6c4b555
comparison
equal deleted inserted replaced
351:4bc23dc655fd 352:84b8345f70d5
112 112
113 extern ngx_http_output_header_filter_pt ngx_http_top_header_filter; 113 extern ngx_http_output_header_filter_pt ngx_http_top_header_filter;
114 extern ngx_http_output_body_filter_pt ngx_http_top_body_filter; 114 extern ngx_http_output_body_filter_pt ngx_http_top_body_filter;
115 115
116 116
117 /* STUB */
118 ngx_int_t ngx_http_log_handler(ngx_http_request_t *r);
119 /**/
120
121
122 #endif /* _NGX_HTTP_H_INCLUDED_ */ 117 #endif /* _NGX_HTTP_H_INCLUDED_ */