From 3d062ad9393e7bc22a448971799808be55372f91 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 5 Mar 2003 06:37:42 +0000 Subject: nginx-0.0.1-2003-03-05-09:37:42 import --- src/core/ngx_connection.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/ngx_connection.h') 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; }; -- cgit