]> source.dussan.org Git - jgit.git/commit
ObjectDownloadListener#onWritePossible: Add comment on return statement 98/129898/2
authorDavid Ostrovsky <david@ostrovsky.org>
Tue, 25 Sep 2018 06:20:57 +0000 (08:20 +0200)
committerDavid Ostrovsky <d.ostrovsky@gmx.de>
Tue, 25 Sep 2018 08:31:41 +0000 (03:31 -0500)
commite5a4c0d17e532824e0d379cb1c322296b07c73f9
tree4aaf9fe71ccafa5673a0127e2386992690347482
parent0de8e1e65cdc5c87acad672b96df71122e3c8886
ObjectDownloadListener#onWritePossible: Add comment on return statement

It is not obvious why this return statement is needed. Clarify with a
comment that otherwise endless loop may show up when recent versions
of Jetty are used.

Change-Id: I8e5d4de51869fb1179bf599bfb81bcd7d745874b
Signed-off-by: David Ostrovsky <david@ostrovsky.org>
org.eclipse.jgit.lfs.server/src/org/eclipse/jgit/lfs/server/fs/ObjectDownloadListener.java