Don't wait for EOF in _handle_receive_pack_tail
authorSiddharth Agarwal <sid0@fb.com>
Sat, 12 Apr 2014 07:03:11 +0000 (00:03 -0700)
committerSiddharth Agarwal <sid0@fb.com>
Sat, 12 Apr 2014 21:14:58 +0000 (14:14 -0700)
commita0343b4fbdb4f34b2d07ac1c7c4d18fe7dfca6db
tree4c003f97df744dbec1939691122c422bef06fa0a
parent730463ca4fca0a2598b037d402d727349865f003
Don't wait for EOF in _handle_receive_pack_tail

This is the same as the previous commit, except it makes receive-pack (i.e. git
push) to a GitHub repository work again.
dulwich/client.py