Simplify .gz handling a bit
authortb <tb@openbsd.org>
Wed, 2 Mar 2022 19:52:19 +0000 (19:52 +0000)
committertb <tb@openbsd.org>
Wed, 2 Mar 2022 19:52:19 +0000 (19:52 +0000)
commitc267706eca051be44d29f5f7667086eaa485887a
tree15bda65995457a341d511d1cbcfd5e602bf990bf
parent809a459bbbe61198d3ba61b663f4f419141f1bdc
Simplify .gz handling a bit

Combine strlcpy + strlcat into a single snprintf and remove a few
unnecessary parentheses.

ok deraadt millert
usr.sbin/httpd/server_file.c