diff src/core/ngx_connection.h @ 65:4222c496acb3

nginx-0.0.1-2003-03-05-09:37:42 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 05 Mar 2003 06:37:42 +0000
parents 36d2c25cc9bb
children 869b10be682f
line wrap: on
line diff
--- 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;
 };