]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
tests: disable ContentLength middleware in *.psgi
authorEric Wong <e@80x24.org>
Sat, 14 Jun 2025 09:26:31 +0000 (09:26 +0000)
committerEric Wong <e@80x24.org>
Mon, 16 Jun 2025 20:10:19 +0000 (20:10 +0000)
commit8960831a4320d212795a2a0e67bdeae665fcd434
tree94a0af6b9fbb187aff945d9305f274af86de8d12
parent8c93a4285959bca0d22273d57f7c4969a38a5453
tests: disable ContentLength middleware in *.psgi

Our HTTP server code already calculates Content-Length in order to
support persistent connections, so the middleware is redundant.
t/alt.psgi
t/httpd-corner.psgi