diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-03-10 00:54:51 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-03-10 19:41:31 +0100 |
commit | bfe89332a4e55bd709ec001a646ecf4dd30d8a97 (patch) | |
tree | a6b3bff2da9e08cf1a8ac27dba11c827c1790c2e /org.eclipse.jgit.lfs.server.test/tst/org/eclipse/jgit/lfs/server | |
parent | 50436cc82966940b3ededdca0b47a9062a8ecf56 (diff) | |
download | jgit-bfe89332a4e55bd709ec001a646ecf4dd30d8a97.tar.gz jgit-bfe89332a4e55bd709ec001a646ecf4dd30d8a97.zip |
Remove deprecated StreamCopyThread#flush
StreamCopyThread: Do not let flush interrupt a write.
flush calls interrupt() to interrupt a pending read and trigger a
flush. Unfortunately that interrupt() call can also interrupt a
pending write, putting Jsch in a bad state and triggering "Short read
of block" errors.
Change-Id: I11f8a014fd72df06617cc8731d992eb14cc32a67
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.lfs.server.test/tst/org/eclipse/jgit/lfs/server')
0 files changed, 0 insertions, 0 deletions