diff options
author | Igor Sysoev <igor@sysoev.ru> | 2010-11-26 13:58:28 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2010-11-26 13:58:28 +0000 |
commit | f83d6cf0f76266df12229ab4eba27e8ecdd193b0 (patch) | |
tree | b5c75e447367db00199003be08ebb8f61dcee9a0 /src | |
parent | 02677300d177eac9ddd92c4301dc8e9dd0f80a1c (diff) | |
download | nginx-f83d6cf0f76266df12229ab4eba27e8ecdd193b0.tar.gz nginx-f83d6cf0f76266df12229ab4eba27e8ecdd193b0.zip |
style fix
Diffstat (limited to 'src')
-rw-r--r-- | src/http/ngx_http_upstream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h index ef460a488..01e2e1e51 100644 --- a/src/http/ngx_http_upstream.h +++ b/src/http/ngx_http_upstream.h @@ -53,7 +53,7 @@ typedef struct { ngx_uint_t status; time_t response_sec; ngx_uint_t response_msec; - off_t response_length; + off_t response_length; ngx_str_t *peer; } ngx_http_upstream_state_t; |