Hello,
  how does it look with merge into the main branch?

Thank you for answer
Mira Novy

po 10. 12. 2018 v 14:30 odesílatel Miroslav Novy <miran...@gmail.com>
napsal:

> Hello,
>   your path is very good. I tested it and works fine for as.
>
> Reading complex value to the same local variable limit_rate was conflusing
> for me at first time. But it is correct :)
>
>  if (r->limit_rate_after == 0
> +            && clcf->limit_rate_after
> +            && ngx_http_complex_value_size(r, clcf->limit_rate_after,
> &val,
> +                                           &limit_rate)
> <-----------------------
> +               == NGX_OK)
> +        {
> +            if (limit_rate != (size_t) NGX_ERROR) {
> +                r->limit_rate_after = limit_rate;
> +
> +            } else if (val.len) {
>
> Please, merge your path to master branch.
>
> Best regards
> M. Nový
>
_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel

Reply via email to