]> Sergey Matveev's repositories - public-inbox.git/commit
http: reject excessively large HTTP request bodies
authorEric Wong <e@80x24.org>
Sun, 6 Mar 2016 02:09:22 +0000 (02:09 +0000)
committerEric Wong <e@80x24.org>
Sun, 6 Mar 2016 02:10:28 +0000 (02:10 +0000)
commit7fee1e27412463ab54c548949aff2dbe4abf95b5
treeb97c572b48435981725226da9fb8397249f277ee
parent417da3e8e52776ca539572dbc023ad02bb359dd1
http: reject excessively large HTTP request bodies

We cannot risk using all of a users' disk space buffering
gigantic requests.  Use the defaults git gives us since
we primarily host git repositories.
lib/PublicInbox/HTTP.pm
t/httpd-corner.t