Fix metric

This commit is contained in:
Сергей Прохоров 2018-10-20 20:40:07 +02:00
parent f67f88f8c9
commit 8669db42f9
No known key found for this signature in database
GPG key ID: 1C570244E4EF3337

View file

@ -281,7 +281,7 @@ up_send(Packet, #state{stage = tunnel,
lager:warning("Upstream send error: ~p", [Reason]),
throw({stop, normal, S})
end
end),
end, #{labels => [Listener]}),
{ok, S#state{codec = UpCodec1}}.
down_send(Packet, #state{down = Down} = S) ->