mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-08-10 00:01:27 -04:00
indentation
This commit is contained in:
parent
17ad340496
commit
f8256a7dba
@ -21,6 +21,7 @@ Metrics/MethodLength:
|
||||
Max: 200
|
||||
|
||||
Metrics/ParameterLists:
|
||||
Max: 6
|
||||
CountKeywordArgs: false
|
||||
|
||||
Naming/FileName:
|
||||
|
@ -81,6 +81,7 @@ module HTTPX
|
||||
return false if @state == :closing || @state == :closed
|
||||
|
||||
return false if exhausted?
|
||||
|
||||
(
|
||||
(
|
||||
@origins.include?(uri.origin) &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user