Skip to content

Commit

Permalink
Merge pull request #41 from davidkelly/master
Browse files Browse the repository at this point in the history
Minor issue when connection closes
  • Loading branch information
igrigorik committed Jul 3, 2013
2 parents e64233c + e89277a commit ec63711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/em-proxy/connection.rb
Expand Up @@ -102,7 +102,7 @@ def unbind

# terminate any unfinished connections
@servers.values.compact.each do |s|
s.close_connection
s.close_connection_after_writing
end
end

Expand Down

0 comments on commit ec63711

Please sign in to comment.