Просмотр исходного кода

fix(emqx_mgmt_api): use emqx_utils:bin_to_hexstr/2

Serge Tupchii 2 лет назад
Родитель
Сommit
980a4c3a4d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      apps/emqx_management/src/emqx_mgmt_api.erl

+ 1 - 1
apps/emqx_management/src/emqx_mgmt_api.erl

@@ -162,7 +162,7 @@ encode_continuation(end_of_data, _Encoding) ->
 encode_continuation(Cont, ?URL_PARAM_INTEGER) ->
     integer_to_binary(Cont);
 encode_continuation(Cont, ?URL_PARAM_BINARY) ->
-    emqx_utils:bin_to_hexstr(Cont).
+    emqx_utils:bin_to_hexstr(Cont, lower).
 
 %%--------------------------------------------------------------------
 %% Node Query