]> Sergey Matveev's repositories - public-inbox.git/commitdiff
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)
open() is a much more expensive syscall than stat(),
so avoid it


No differences found