]> Sergey Matveev's repositories - public-inbox.git/commit
http: require SERVER_PORT to be ASCII digit
authorEric Wong <e@80x24.org>
Tue, 4 Jun 2019 02:04:26 +0000 (02:04 +0000)
committerEric Wong <e@80x24.org>
Tue, 4 Jun 2019 10:06:18 +0000 (10:06 +0000)
commitfc17b626cf3b4425899ea5073621fbeb7f8be18c
tree8ba09e88bd96529b81d2e5926eaaefbb2b2de9a8
parent010fbd95d3916e20960d0aacea7dfc53502ff5ed
http: require SERVER_PORT to be ASCII digit

I'm not sure what middlewares care for for SERVER_PORT; but
allowing non-ASCII digits seems non-sensical, here.
lib/PublicInbox/HTTP.pm