diff options
| author | J Carter <jordan.carter@outlook.com> | 2023-11-25 21:57:09 +0000 |
|---|---|---|
| committer | J Carter <jordan.carter@outlook.com> | 2023-11-25 21:57:09 +0000 |
| commit | 71ca978a352e025151a78bfcedc0d64814b062cb (patch) | |
| tree | 75a5bc05963c5d52c8a53b4a7c0fa0b68084b877 /src/http/ngx_http_upstream.h | |
| parent | ea8270c6142869367c5608bff92df9f5b3f32d37 (diff) | |
| download | nginx-71ca978a352e025151a78bfcedc0d64814b062cb.tar.gz nginx-71ca978a352e025151a78bfcedc0d64814b062cb.tar.bz2 | |
Upstream: variables support in proxy_limit_rate and friends.
Diffstat (limited to 'src/http/ngx_http_upstream.h')
| -rw-r--r-- | src/http/ngx_http_upstream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h index 9a17a03a8..cb16f2b4d 100644 --- a/src/http/ngx_http_upstream.h +++ b/src/http/ngx_http_upstream.h @@ -156,7 +156,7 @@ typedef struct { size_t send_lowat; size_t buffer_size; - size_t limit_rate; + ngx_http_complex_value_t *limit_rate; size_t busy_buffers_size; size_t max_temp_file_size; |
