comparison src/http/ngx_http_upstream.c @ 6439:81329f6a4254

Style.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 16 Mar 2016 14:44:41 +0300
parents 545b5e4d83b2
children fc72784b1f52
comparison
equal deleted inserted replaced
6438:646985c55393 6439:81329f6a4254
414 { 0, 0 } 414 { 0, 0 }
415 }; 415 };
416 416
417 417
418 ngx_conf_bitmask_t ngx_http_upstream_cache_method_mask[] = { 418 ngx_conf_bitmask_t ngx_http_upstream_cache_method_mask[] = {
419 { ngx_string("GET"), NGX_HTTP_GET}, 419 { ngx_string("GET"), NGX_HTTP_GET },
420 { ngx_string("HEAD"), NGX_HTTP_HEAD }, 420 { ngx_string("HEAD"), NGX_HTTP_HEAD },
421 { ngx_string("POST"), NGX_HTTP_POST }, 421 { ngx_string("POST"), NGX_HTTP_POST },
422 { ngx_null_string, 0 } 422 { ngx_null_string, 0 }
423 }; 423 };
424 424
425 425
426 ngx_conf_bitmask_t ngx_http_upstream_ignore_headers_masks[] = { 426 ngx_conf_bitmask_t ngx_http_upstream_ignore_headers_masks[] = {
427 { ngx_string("X-Accel-Redirect"), NGX_HTTP_UPSTREAM_IGN_XA_REDIRECT }, 427 { ngx_string("X-Accel-Redirect"), NGX_HTTP_UPSTREAM_IGN_XA_REDIRECT },