[PATCH] HTTP: remove needless code
Dmitry Volyntsev
xeioex at nginx.com
Wed Mar 6 01:33:28 UTC 2024
On 3/5/24 10:15 AM, Sergey A. Osokin wrote:
> # HG changeset patch
> # User Sergey A. Osokin <osa at FreeBSD.org.ru>
> # Date 1709662441 -10800
> # Tue Mar 05 21:14:01 2024 +0300
> # Node ID 00de871f1e5e0936e2401aaec863bf7040de8608
> # Parent eb01434865d7b698f036f199084308726c2827ea
> HTTP: remove needless code.
>
> diff -r eb01434865d7 -r 00de871f1e5e nginx/ngx_http_js_module.c
> --- a/nginx/ngx_http_js_module.c Thu Feb 29 20:56:56 2024 -0800
> +++ b/nginx/ngx_http_js_module.c Tue Mar 05 21:14:01 2024 +0300
> @@ -4193,8 +4193,6 @@
> }
>
> return NJS_OK;
> -
> - return NJS_OK;
> }
>
Thank you for catching the issue. It is already fixed here
https://hg.nginx.org/njs/rev/8309b884e265.
>
> _______________________________________________
> nginx-devel mailing list
> nginx-devel at nginx.org
> https://mailman.nginx.org/mailman/listinfo/nginx-devel
More information about the nginx-devel
mailing list