We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3fb91e commit b474242Copy full SHA for b474242
1 file changed
lib/http_head_check.rb
@@ -10,7 +10,7 @@ def initialize(url, request_timeout = 5)
10
# rubocop:enable Lint/MissingSuper
11
12
def check
13
- return skip_check if url.strip.empty?
+ return skip_check if url.blank?
14
15
response = HttpClient.request(
16
:head,
0 commit comments