We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b0f66 commit f0e8960Copy full SHA for f0e8960
deps/rabbitmq_auth_backend_http/src/rabbit_auth_backend_http.erl
@@ -194,7 +194,7 @@ join_tags(Tags) ->
194
Strings = [rabbit_data_coercion:to_list(T) || T <- Tags],
195
string:join(Strings, " ").
196
197
--spec parse_peeraddr(inet:ip_address()) -> string().
+-spec parse_peeraddr(inet:ip_address() | unknown) -> string().
198
parse_peeraddr(unknown) ->
199
rabbit_data_coercion:to_list(unknown);
200
parse_peeraddr(PeerAddr) ->
0 commit comments