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 5479faaaf..4d5d0c8d9 100644 --- a/src/core/ngx_connection.h +++ b/src/core/ngx_connection.h @@ -114,7 +114,7 @@ struct ngx_connection_s { ngx_buf_t *buffer; - ngx_uint_t number; + ngx_atomic_int_t number; unsigned log_error:2; /* ngx_connection_log_error_e */ |