Skip to content

Commit 60f1d9c

Browse files
committed
More yard doc
1 parent 9b9e157 commit 60f1d9c

File tree

1 file changed

+1
-0
lines changed
  • lib/metasploit/framework/login_scanner

1 file changed

+1
-0
lines changed

lib/metasploit/framework/login_scanner/http.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ def check_setup
198198
# @option opts['Hash'] 'context' A context
199199
# @raise [Rex::ConnectionError] One of these errors has occured: EOFError, Errno::ETIMEDOUT, Rex::ConnectionError, ::Timeout::Error
200200
# @return [Rex::Proto::Http::Response] The HTTP response
201+
# @return [NilClass] An error has occured while reading the response (see #Rex::Proto::Http::Client#read_response)
201202
def send_request(opts)
202203
rhost = opts['host'] || host
203204
rport = opts['rport'] || port

0 commit comments

Comments
 (0)