mirror of https://github.com/apache/activemq.git
addendum for AMQ-1993
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@711292 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5b47fe7a6c
commit
f8eed489fb
|
@ -95,7 +95,7 @@ public class TcpBufferedOutputStream extends FilterOutputStream {
|
|||
writeTimestamp = System.currentTimeMillis();
|
||||
out.write(b, off, len);
|
||||
} finally {
|
||||
writeTimestamp = System.currentTimeMillis();
|
||||
writeTimestamp = -1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue