aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_connection.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-12-25 20:26:58 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-12-25 20:26:58 +0000
commit3b30a901b43c11c83ac598e0954c3c33a89d78fd (patch)
treed3cb44de69fa95516be20a38bc14cea0324e8200 /src/core/ngx_connection.h
parentfc68ea6f7bedd491126ef57110b6362e9af8900f (diff)
downloadnginx-3b30a901b43c11c83ac598e0954c3c33a89d78fd.tar.gz
nginx-3b30a901b43c11c83ac598e0954c3c33a89d78fd.zip
nginx-0.0.1-2003-12-25-23:26:58 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 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;