]> source.dussan.org Git - jgit.git/commit
Disable PackParser EOF check if more data expected 23/6523/1
authorIan Wetherbee <wetherbeei@google.com>
Tue, 26 Jun 2012 23:42:09 +0000 (16:42 -0700)
committerIan Wetherbee <wetherbeei@google.com>
Tue, 26 Jun 2012 23:42:09 +0000 (16:42 -0700)
commit94f67a9cdc4a0855cec0d45dd77f703973893e9a
tree7fc3482ec1c44aafd33899906b6443f9d3a47ebe
parent6ba8b038ceaae861650825d5830f014584c8ddf8
Disable PackParser EOF check if more data expected

The PackParser EOF check is incompatible with the expect data after
pack footer flag, so turn off the EOF check if the expecting data
flag is true.

Change-Id: I697ebd9e1d1eed765d00aecaef955cf978cfd0b9
org.eclipse.jgit/src/org/eclipse/jgit/transport/BaseReceivePack.java