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 9312fba60..adb47911f 100644 --- a/src/core/ngx_connection.h +++ b/src/core/ngx_connection.h @@ -81,7 +81,7 @@ struct ngx_connection_s { ngx_hunk_t *buffer; - int number; + ngx_int_t number; unsigned pipeline:1; unsigned unexpected_eof:1; |