Browse Source
It is possible to miss flush() invocation in StreamCopyThread. In this case some data will not be sent to remote host and we will wait forever (or until timeout) in src.read(). Use a counter to keep track of the flush requests. Change-Id: Ia818be9b109a1674d9e2a9c78e125ab248cfb75b Signed-off-by: Shawn O. Pearce <spearce@spearce.org>stable-0.8
Dmitry Neverov
15 years ago
committed by
Shawn O. Pearce
1 changed files with 14 additions and 8 deletions
Loading…
Reference in new issue