diff src/core/ngx_connection.h @ 13:2aba961a1d34

nginx-0.0.1-2002-09-16-19:01:44 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 16 Sep 2002 15:01:44 +0000
parents 708f8bb772ec
children 72ad26c77d2d
line wrap: on
line diff
--- a/src/core/ngx_connection.h
+++ b/src/core/ngx_connection.h
@@ -3,6 +3,7 @@
 
 #include <ngx_socket.h>
 #include <ngx_log.h>
+#include <ngx_hunk.h>
 #include <ngx_alloc.h>
 #include <ngx_server.h>
 
@@ -36,6 +37,7 @@ struct ngx_connection_s {
     char             *addr_text;
     size_t            addr_textlen;
 
+    ngx_hunk_t       *buffer;
     unsigned int      post_accept_timeout;
 
     unsigned          unexpected_eof:1;