Remove inaccurate comment

bug/bundler_fix
James Lee 2013-07-11 22:48:35 -05:00
parent e483fe444d
commit 38e837dc28
1 changed files with 0 additions and 1 deletions

View File

@ -215,7 +215,6 @@ module Exploit::Remote::HttpServer
# {#on_request_uri}. # {#on_request_uri}.
# @return [void] # @return [void]
def hardcoded_uripath(uri) def hardcoded_uripath(uri)
# we need to handle direct /epaq requests
proc = Proc.new do |cli, req| proc = Proc.new do |cli, req|
on_request_uri(cli, req) on_request_uri(cli, req)
end end