]> git.kaiwu.me - nginx.git/commit
Removed extra allocation for $sent_http_last_modified.
authorMaxim Dounin <mdounin@mdounin.ru>
Thu, 31 Oct 2013 00:02:59 +0000 (04:02 +0400)
committerMaxim Dounin <mdounin@mdounin.ru>
Thu, 31 Oct 2013 00:02:59 +0000 (04:02 +0400)
commitf1a9f14afe0d6ee9c37e335cd1d7bff000ada451
tree10ce2d5ed8f6c14d27434841bfd121800ef72632
parent869b4f36e51c602d046ba9b74af86a21c82ce6bf
Removed extra allocation for $sent_http_last_modified.

There is no need to allocate memory for "Last-Modified: " string,
the variable only contains date itself.
src/http/ngx_http_variables.c