mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-04 00:00:37 -04:00
fix log message repeating pattern
This commit is contained in:
parent
46a39f2b0d
commit
41e95d5b86
@ -74,7 +74,7 @@ module HTTPX
|
||||
|
||||
log do
|
||||
"resolver #{FAMILY_TYPES[RECORD_TYPES[family]]}: " \
|
||||
"answer #{FAMILY_TYPES[RECORD_TYPES[family]]} #{connection.peer.host}: #{addresses.inspect}"
|
||||
"answer #{connection.peer.host}: #{addresses.inspect} (early resolve: #{early_resolve})"
|
||||
end
|
||||
|
||||
if !early_resolve && # do not apply resolution delay for non-dns name resolution
|
||||
|
Loading…
x
Reference in New Issue
Block a user