comparison src/http/ngx_http_request.h @ 312:429900ca25ee NGINX_0_6_0

nginx 0.6.0 *) Feature: the "server_name", "map", and "valid_referers" directives support the "www.example.*" wildcards.
author Igor Sysoev <http://sysoev.ru>
date Thu, 14 Jun 2007 00:00:00 +0400
parents 30862655219e
children 9fc4ab6673f9
comparison
equal deleted inserted replaced
311:fcb663e92663 312:429900ca25ee
273 273
274 ngx_uint_t pipeline; /* unsigned pipeline:1; */ 274 ngx_uint_t pipeline; /* unsigned pipeline:1; */
275 } ngx_http_connection_t; 275 } ngx_http_connection_t;
276 276
277 277
278 typedef struct { 278 typedef ngx_hash_combined_t ngx_http_virtual_names_t;
279 ngx_hash_t hash;
280 ngx_hash_wildcard_t *dns_wildcards;
281 } ngx_http_virtual_names_t;
282 279
283 280
284 typedef void (*ngx_http_cleanup_pt)(void *data); 281 typedef void (*ngx_http_cleanup_pt)(void *data);
285 282
286 typedef struct ngx_http_cleanup_s ngx_http_cleanup_t; 283 typedef struct ngx_http_cleanup_s ngx_http_cleanup_t;