style fix
Igor Sysoev
11 years ago
1 changed file(s) with
1 addition(s)
and
1 deletion(s)
.
Raw diff
Collapse all
Expand all
+1
-1
src/http/ngx_http_upstream.h
less
more
52
52
ngx_uint_t status;
53
53
time_t response_sec;
54
54
ngx_uint_t response_msec;
55
off_t response_length;
55
off_t response_length;
56
56
57
57
ngx_str_t *peer;
58
58
} ngx_http_upstream_state_t;