projects
/
sdk
/
tools
/
sdk-build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf6cbbe
)
Fixed "connect reset by peer" error
06/15706/1
author
donghee yang
<donghee.yang@samsung.com>
Mon, 27 Jan 2014 11:07:14 +0000
(20:07 +0900)
committer
donghee yang
<donghee.yang@samsung.com>
Mon, 27 Jan 2014 11:07:14 +0000
(20:07 +0900)
[Description]
Change-Id: Icf6cbbe3fbdb923f8f10269afd7296d96fea0249
Signed-off-by: donghee yang <donghee.yang@samsung.com>
src/common/BuildComm.rb
patch
|
blob
|
history
diff --git
a/src/common/BuildComm.rb
b/src/common/BuildComm.rb
index b495e1025ce19a0411e7668ccc7108bd7b563616..7579175a6fed8f0becd2aad2077ef59e47ba5c56 100644
(file)
--- a/
src/common/BuildComm.rb
+++ b/
src/common/BuildComm.rb
@@
-264,6
+264,8
@@
class BuildCommServer
def self.disconnect( req )
begin
+ # flush before close
+ req.flush
req.close
rescue
end