]> Sergey Matveev's repositories - public-inbox.git/commit
cgit: drop cgit_parse_hdr wrapper
authorEric Wong <e@yhbt.net>
Sat, 11 Jan 2020 22:34:59 +0000 (22:34 +0000)
committerEric Wong <e@yhbt.net>
Mon, 13 Jan 2020 04:36:42 +0000 (04:36 +0000)
commitb7c0114745e5b11f5606c43c391b2417779cbdf3
tree52614e33aea471ead9ed8cd26f758d6103528a1e
parent587cc7c14629a59fd39c9c5b991f0676217722e0
cgit: drop cgit_parse_hdr wrapper

Unlike PublicInbox::GitHTTPBackend::git_parse_hdr,
cgit_parse_hdr does nothing interesting besides calling
parse_cgi_headers.  So just make a reference to
PublicInbox::GitHTTPBackend::parse_cgi_headers and call it.
lib/PublicInbox/Cgit.pm