diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2003-03-05 06:37:42 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2003-03-05 06:37:42 +0000 |
| commit | 3d062ad9393e7bc22a448971799808be55372f91 (patch) | |
| tree | 15558f6465ed0e632d3442f54140af8aa5acca41 /src/core/ngx_connection.h | |
| parent | 6a644c694de6a7afc87d25395c2cf6fcc46c4e6f (diff) | |
| download | nginx-3d062ad9393e7bc22a448971799808be55372f91.tar.gz nginx-3d062ad9393e7bc22a448971799808be55372f91.tar.bz2 | |
nginx-0.0.1-2003-03-05-09:37:42 import
Diffstat (limited to 'src/core/ngx_connection.h')
| -rw-r--r-- | src/core/ngx_connection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ngx_connection.h b/src/core/ngx_connection.h index b64c6d741..bbb6a3b3b 100644 --- a/src/core/ngx_connection.h +++ b/src/core/ngx_connection.h @@ -52,6 +52,7 @@ struct ngx_connection_s { int number; + unsigned pipeline:1; unsigned unexpected_eof:1; }; |
