<div dir="ltr"><div class="gmail_quote"><span style="color:rgb(33,33,33);font-size:13px"># HG changeset patch</span><div dir="ltr"><div style="color:rgb(33,33,33);font-size:13px"># User Miroslav Nový <<a href="mailto:miranovy@gmail.com" target="_blank">miranovy@gmail.com</a>></div><div style="color:rgb(33,33,33);font-size:13px"># Date 1532521218 0</div><div style="color:rgb(33,33,33);font-size:13px">#      Wed Jul 25 12:20:18 2018 +0000</div><div style="color:rgb(33,33,33);font-size:13px"># Node ID f5da29b630f779ab294cc7ff78213a175976424c</div><div style="color:rgb(33,33,33);font-size:13px"># Parent  f7e79596baf209151682f2f7d220161c034657ac</div><div style="color:rgb(33,33,33);font-size:13px">Added limit_rate_after as variable</div><div style="color:rgb(33,33,33);font-size:13px"><br></div><div style="color:rgb(33,33,33);font-size:13px">diff -r f7e79596baf2 -r f5da29b630f7 src/http/ngx_http_variables.c</div><div style="color:rgb(33,33,33);font-size:13px">--- a/src/http/ngx_http_variables.c<span style="white-space:pre-wrap">   </span>Tue Jul 24 18:46:54 2018 +0300</div><div style="color:rgb(33,33,33);font-size:13px">+++ b/src/http/ngx_http_variables.c<span style="white-space:pre-wrap">   </span>Wed Jul 25 12:20:18 2018 +0000</div><div style="color:rgb(33,33,33);font-size:13px">@@ -326,6 +326,11 @@</div><div style="color:rgb(33,33,33);font-size:13px">       offsetof(ngx_http_request_t, limit_rate),</div><div style="color:rgb(33,33,33);font-size:13px">       NGX_HTTP_VAR_CHANGEABLE|NGX_HTTP_VAR_NOCACHEABLE, 0 },</div><div style="color:rgb(33,33,33);font-size:13px"> </div><div style="color:rgb(33,33,33);font-size:13px">+    { ngx_string("limit_rate_after"), ngx_http_variable_request_set_size,</div><div style="color:rgb(33,33,33);font-size:13px">+      ngx_http_variable_request_get_size,</div><div style="color:rgb(33,33,33);font-size:13px">+      offsetof(ngx_http_request_t, limit_rate_after),</div><div style="color:rgb(33,33,33);font-size:13px">+      NGX_HTTP_VAR_CHANGEABLE|NGX_HTTP_VAR_NOCACHEABLE, 0 },</div><div style="color:rgb(33,33,33);font-size:13px">+</div><div style="color:rgb(33,33,33);font-size:13px">     { ngx_string("connection"), NULL,</div><div style="color:rgb(33,33,33);font-size:13px">       ngx_http_variable_connection, 0, 0, 0 },</div><br class="m_50249402019506119inbox-inbox-Apple-interchange-newline"></div>
</div></div>