comparison src/http/ngx_http_upstream.c @ 6922:a72886067bbb

Added missing static specifiers.
author Eran Kornblau <erankor@gmail.com>
date Thu, 02 Mar 2017 08:46:00 -0500
parents 5850fed24639
children fbdaad9b0e7b
comparison
equal deleted inserted replaced
6921:7fca6f60d5ca 6922:a72886067bbb
186 static ngx_int_t ngx_http_upstream_ssl_name(ngx_http_request_t *r, 186 static ngx_int_t ngx_http_upstream_ssl_name(ngx_http_request_t *r,
187 ngx_http_upstream_t *u, ngx_connection_t *c); 187 ngx_http_upstream_t *u, ngx_connection_t *c);
188 #endif 188 #endif
189 189
190 190
191 ngx_http_upstream_header_t ngx_http_upstream_headers_in[] = { 191 static ngx_http_upstream_header_t ngx_http_upstream_headers_in[] = {
192 192
193 { ngx_string("Status"), 193 { ngx_string("Status"),
194 ngx_http_upstream_process_header_line, 194 ngx_http_upstream_process_header_line,
195 offsetof(ngx_http_upstream_headers_in_t, status), 195 offsetof(ngx_http_upstream_headers_in_t, status),
196 ngx_http_upstream_copy_header_line, 0, 0 }, 196 ngx_http_upstream_copy_header_line, 0, 0 },