]> git.kaiwu.me - nginx.git/commit
Saved some memory allocations.
authorRuslan Ermilov <ru@nginx.com>
Mon, 16 Dec 2019 12:19:01 +0000 (15:19 +0300)
committerRuslan Ermilov <ru@nginx.com>
Mon, 16 Dec 2019 12:19:01 +0000 (15:19 +0300)
commitbe45a3aa590a5f7e64c6d55e8e0f78565adf4823
treea31f998e08752cce80fa9178baf885bf3c4957b7
parent6dc0c880e5b94dc507795369196dec5c2f9d2cc2
Saved some memory allocations.

In configurations when "root" has variables, some modules unnecessarily
allocated memory for the "Location" header value.
src/http/modules/ngx_http_dav_module.c
src/http/modules/ngx_http_static_module.c