diff options
Diffstat (limited to 'src/core/ngx_connection.h')
-rw-r--r-- | src/core/ngx_connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_connection.h b/src/core/ngx_connection.h index 2f6d12826..cdd72bb92 100644 --- a/src/core/ngx_connection.h +++ b/src/core/ngx_connection.h @@ -34,7 +34,7 @@ struct ngx_connection_s { char *addr_text; size_t addr_textlen; - time_t post_accept_timeout; + unsigned int post_accept_timeout; }; |