]> Sergey Matveev's repositories - public-inbox.git/commit
git-http-backend: start refactoring to use callback
authorEric Wong <e@80x24.org>
Thu, 25 Feb 2016 04:02:36 +0000 (04:02 +0000)
committerEric Wong <e@80x24.org>
Thu, 25 Feb 2016 04:03:08 +0000 (04:03 +0000)
commitb44af5d8f2fb106bee9b4720bcf92aed7851bfa8
tree566669f3c786cbe8465cb6fba063ad267bd5afd7
parentda55b58b7205de38c466aca2d452ef67677f1753
git-http-backend: start refactoring to use callback

Designing for asynchronous, non-blocking operations makes
adapting for synchronous, blocking operation easy.

Going the other way around is not easy, so do it now and
allow us to be more easily adapted for non-blocking use
in the next commit...
lib/PublicInbox/GitHTTPBackend.pm