]> Sergey Matveev's repositories - public-inbox.git/commit
t/git-http-backend: explain purpose of test
authorEric Wong <e@80x24.org>
Fri, 14 Jun 2019 10:09:13 +0000 (10:09 +0000)
committerEric Wong <e@80x24.org>
Sat, 15 Jun 2019 17:37:35 +0000 (17:37 +0000)
commit2cc052a06358ee293574d2d8aaa8c38c1a1026d7
tree5d20f8b89f3e9abf21b26ec67073fe992c34650b
parentf47a3a53d69c576a1a58ae46c1ea62f7447e6aba
t/git-http-backend: explain purpose of test

I found myself tempted to switch to HTTP::Tiny, here, since
it's distributed with Perl since 5.14, unlike Net::HTTP
(which AFAIK was never a part of Perl proper).

But we really want to use Net::HTTP, here, since it's
lower-level and allows us to trigger server-side buffering
by not reading the entity body.
t/git-http-backend.t