]> Sergey Matveev's repositories - public-inbox.git/commitdiff
githttpbackend: avoid infinite loop on generic PSGI servers
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Tue, 27 Mar 2018 20:24:21 +0000 (20:24 +0000)
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Tue, 27 Mar 2018 20:26:18 +0000 (20:26 +0000)
We must detect EOF when reading a POST body with standard PSGI servers.
This does not affect deployments using the standard public-inbox-httpd;
but most smaller inboxes should be able to get away using a generic
PSGI server.


No differences found