From 60f1d9c96154a70f7543b02197e80f5278e63b44 Mon Sep 17 00:00:00 2001 From: sinn3r Date: Wed, 25 Mar 2015 10:50:11 -0500 Subject: [PATCH] More yard doc --- lib/metasploit/framework/login_scanner/http.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/metasploit/framework/login_scanner/http.rb b/lib/metasploit/framework/login_scanner/http.rb index 61276de777..11ce0b74ad 100644 --- a/lib/metasploit/framework/login_scanner/http.rb +++ b/lib/metasploit/framework/login_scanner/http.rb @@ -198,6 +198,7 @@ module Metasploit # @option opts['Hash'] 'context' A context # @raise [Rex::ConnectionError] One of these errors has occured: EOFError, Errno::ETIMEDOUT, Rex::ConnectionError, ::Timeout::Error # @return [Rex::Proto::Http::Response] The HTTP response + # @return [NilClass] An error has occured while reading the response (see #Rex::Proto::Http::Client#read_response) def send_request(opts) rhost = opts['host'] || host rport = opts['rport'] || port