Fixed "connect reset by peer" error 06/15706/1
authordonghee yang <donghee.yang@samsung.com>
Mon, 27 Jan 2014 11:07:14 +0000 (20:07 +0900)
committerdonghee 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

index b495e10..7579175 100644 (file)
@@ -264,6 +264,8 @@ class BuildCommServer
 
        def self.disconnect( req )
                begin
+            # flush before close
+            req.flush
                        req.close
                rescue
                end