93b2f3da9b
Sockets now know what pool they were checked out from SSLSocket updated as well
7 lines
77 B
Ruby
7 lines
77 B
Ruby
module Mongo
|
|
class TCPSocket < ::TCPSocket
|
|
attr_accessor :pool
|
|
|
|
end
|
|
end
|