Fix compatibility with newer versions of git, which expect CONTENT_LENGTH to be set...
authorJelmer Vernooij <jelmer@jelmer.uk>
Wed, 5 Sep 2018 20:17:23 +0000 (21:17 +0100)
committerJelmer Vernooij <jelmer@jelmer.uk>
Wed, 5 Sep 2018 20:17:23 +0000 (21:17 +0100)
commit76ea02025eb4651913f9cf21454562d572ef4f3d
tree26fe2cb5ceaadb528f5a490d8f89e7905d41044c
parente972ed210fb06e4d91ae5be642c987f8e35d1edf
Fix compatibility with newer versions of git, which expect CONTENT_LENGTH to be set to 0 for empty body requests.

Fixes #657
NEWS
dulwich/tests/compat/test_client.py