]> Sergey Matveev's repositories - public-inbox.git/commit
githttpbackend: check for other errors and relax CRLF check
authorEric Wong <e@80x24.org>
Sun, 10 Mar 2019 10:32:33 +0000 (10:32 +0000)
committerEric Wong <e@80x24.org>
Thu, 4 Apr 2019 09:13:58 +0000 (09:13 +0000)
commite1a3462f01d9bedd392545a0cf5f2983602dfa03
treeb440fbf6f209cb610c3716f99157d039811e2b7f
parent5cf5b6d19d931fce6053324b9a9540ad29487069
githttpbackend: check for other errors and relax CRLF check

Reads to git-http-backend(1) could fail or EOF prematurely,
so we must be ready for that case.

Furthermore, cgit (and possibly other CGI) uses LF instead
of CRLF, so support those programs, too.
lib/PublicInbox/GitHTTPBackend.pm