comparison src/http/modules/ngx_http_event_proxy_handler.h @ 20:a649c0a0adb3

nginx-0.0.1-2002-12-03-18:45:38 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 03 Dec 2002 15:45:38 +0000
parents d7908993fdeb
children df7fb216a149
comparison
equal deleted inserted replaced
19:d7908993fdeb 20:a649c0a0adb3
6 #include <ngx_array.h> 6 #include <ngx_array.h>
7 #include <ngx_http.h> 7 #include <ngx_http.h>
8 8
9 9
10 typedef struct { 10 typedef struct {
11 int dummy; 11 ngx_chain_t *out;
12 } ngx_http_proxy_ctx_t; 12 } ngx_http_proxy_ctx_t;
13 13
14 14
15 extern ngx_http_module_t ngx_http_proxy_module; 15 extern ngx_http_module_t ngx_http_proxy_module;
16 16