]> Sergey Matveev's repositories - public-inbox.git/commit
wwwstatic: do not open() files for HEAD requests
authorEric Wong <e@80x24.org>
Wed, 1 Jan 2020 10:38:57 +0000 (10:38 +0000)
committerEric Wong <e@80x24.org>
Wed, 1 Jan 2020 19:10:59 +0000 (19:10 +0000)
commit7dddc72dd59b8947696cf0563034fda672b67905
tree7c306edd53a37a1d19ecaa592e3af06243828a5c
parent02f9b34f398bef722159cd54a629441f861d37b7
wwwstatic: do not open() files for HEAD requests

open() is a much more expensive syscall than stat(),
so avoid it
lib/PublicInbox/WwwStatic.pm