diff options
author | Roman Arutyunyan <arut@nginx.com> | 2016-01-20 19:52:12 +0300 |
---|---|---|
committer | Roman Arutyunyan <arut@nginx.com> | 2016-01-20 19:52:12 +0300 |
commit | 2ce791f2cddff967fd3bcbbedcd4ea283a9c77e1 (patch) | |
tree | 5f4426530cda21647392b3dace3f4248b0515d2e /src/stream/ngx_stream_upstream.h | |
parent | c790f9673d2f5730e17d2eb9d0a31b662a3d82f9 (diff) | |
download | nginx-2ce791f2cddff967fd3bcbbedcd4ea283a9c77e1.tar.gz nginx-2ce791f2cddff967fd3bcbbedcd4ea283a9c77e1.zip |
Stream: UDP proxy.
Diffstat (limited to 'src/stream/ngx_stream_upstream.h')
-rw-r--r-- | src/stream/ngx_stream_upstream.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stream/ngx_stream_upstream.h b/src/stream/ngx_stream_upstream.h index 80520c2b3..1f4810cdf 100644 --- a/src/stream/ngx_stream_upstream.h +++ b/src/stream/ngx_stream_upstream.h @@ -84,6 +84,7 @@ typedef struct { ngx_buf_t upstream_buf; off_t received; time_t start_sec; + ngx_uint_t responses; #if (NGX_STREAM_SSL) ngx_str_t ssl_name; #endif |