]> source.dussan.org Git - jgit.git/commit
Do not requeue state vector in stateless RPC fetch 15/4315/1
authorShawn O. Pearce <spearce@spearce.org>
Wed, 14 Sep 2011 17:53:14 +0000 (10:53 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 14 Sep 2011 22:34:55 +0000 (15:34 -0700)
commit38b3816d65bda75f3431d518dc76ac3d09371dfe
treef01e86ffd47f7c59e89d995278cc71ff143e6cf1
parent575a80ac446d644bb64301e445078bfa2416c992
Do not requeue state vector in stateless RPC fetch

If the no-done capability was enabled on the connection, don't
queue up the state vector again once the ACK %s ready message
is observed from the remote. The pack will be following in this
response stream, so the state vector is no longer required.

Change-Id: I7bd1e76957cb58c7ff1cdaeef227f1b02a7e5d24
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.eclipse.jgit/src/org/eclipse/jgit/transport/BasePackFetchConnection.java