lib/metasploit/aggregator/http_forwarder.rb in metasploit-aggregator-0.1.1 vs lib/metasploit/aggregator/http_forwarder.rb in metasploit-aggregator-0.1.2
- old
+ new
@@ -8,12 +8,9 @@
module Metasploit
module Aggregator
class HttpForwarder < Forwarder
CONNECTION_TIMEOUT = 60 # one minute
- attr_accessor :log_messages
- attr_reader :response_queues
-
def initialize
super
end
def forward(connection)