nginx / unit

NGINX Unit - universal web app server - a lightweight and versatile open source server that simplifies the application stack by natively executing application code across eight different programming language runtimes.
https://unit.nginx.org
Apache License 2.0
5.25k stars 322 forks source link

Constify some missed static local variables (in src/perl, src/test) #1338

Closed ac000 closed 6 days ago

ac000 commented 1 week ago

These somehow got missed in my previous set of patches to constify the likes of

static nxt_str_t  foo_str = nxt_string("foobar");

NOTE: There is a also a patch do similar in the Python language module which is waiting for https://github.com/nginx/unit/pull/1336 to be merged.

ac000 commented 6 days ago

Rebased with master