comparison src/http/ngx_http_request.h @ 418:c65888a079bf

Merge with current.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 18 Sep 2008 15:59:08 +0400
parents ccd136b40665 6ebbca3d5ed7
children 44a61c599bb2
comparison
equal deleted inserted replaced
405:2f3f9dbf84d0 418:c65888a079bf
212 time_t keep_alive_n; 212 time_t keep_alive_n;
213 213
214 unsigned connection_type:2; 214 unsigned connection_type:2;
215 unsigned msie:1; 215 unsigned msie:1;
216 unsigned msie4:1; 216 unsigned msie4:1;
217 unsigned msie6:1;
217 unsigned opera:1; 218 unsigned opera:1;
218 unsigned gecko:1; 219 unsigned gecko:1;
219 unsigned konqueror:1; 220 unsigned konqueror:1;
220 } ngx_http_headers_in_t; 221 } ngx_http_headers_in_t;
221 222