diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/stream/ngx_stream_proxy_module.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/stream/ngx_stream_proxy_module.c b/src/stream/ngx_stream_proxy_module.c index 6800500cc..42c3374a1 100644 --- a/src/stream/ngx_stream_proxy_module.c +++ b/src/stream/ngx_stream_proxy_module.c @@ -10,9 +10,6 @@ #include <ngx_stream.h> -typedef void (*ngx_stream_proxy_handler_pt)(ngx_stream_session_t *s); - - typedef struct { ngx_msec_t connect_timeout; ngx_msec_t timeout; |