class Falcon::Server
def initialize(...)
def initialize(...) super @accept_count = 0 @connection_count = 0 @request_count = 0 @active_count = 0 end
def initialize(...) super @accept_count = 0 @connection_count = 0 @request_count = 0 @active_count = 0 end