Navigation Menu

Skip to content

Commit

Permalink
Clear writing buffer correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 28, 2015
1 parent 101ac77 commit b0261b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/droonga/buffered_tcp_socket.rb
Expand Up @@ -177,6 +177,7 @@ def failed

def written
FileUtils.rm_f(path.to_s)
FileUtils.rm_f(writing_path.to_s)
end

def written_partial(size)
Expand Down

0 comments on commit b0261b4

Please sign in to comment.