summaryrefslogtreecommitdiffhomepage
path: root/src/core/ngx_connection.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-06-16 15:32:11 +0000
committerIgor Sysoev <igor@sysoev.ru>2004-06-16 15:32:11 +0000
commit2f65722941903cfb5b4819bbf32b61ed1d330749 (patch)
tree77fb2186a9afef9acdbc77e60e43a82fc4dae122 /src/core/ngx_connection.h
parentd09f7a1e9aa5816493e2fef93074383d95140c13 (diff)
downloadnginx-2f65722941903cfb5b4819bbf32b61ed1d330749.tar.gz
nginx-2f65722941903cfb5b4819bbf32b61ed1d330749.tar.bz2
nginx-0.0.7-2004-06-16-19:32:11 import
Diffstat (limited to 'src/core/ngx_connection.h')
-rw-r--r--src/core/ngx_connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_connection.h b/src/core/ngx_connection.h
index 8dbc4e49f..67275bd5e 100644
--- a/src/core/ngx_connection.h
+++ b/src/core/ngx_connection.h
@@ -97,7 +97,7 @@ struct ngx_connection_s {
ngx_buf_t *buffer;
- ngx_int_t number;
+ ngx_uint_t number;
unsigned log_error:2; /* ngx_connection_log_error_e */