Kaynağa Gözat

Ignore http_uri:encode/1 deprecation warning

Switching to uri_string as the warning suggest
would ruin OTP 20 compatibility.
pull/2191/head
Michael Klishin 5 yıl önce
ebeveyn
işleme
cb5558a5dc
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: E80EDCFA0CDB21EE
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. +2
    -0
      src/r3_hex_api.erl

+ 2
- 0
src/r3_hex_api.erl Dosyayı Görüntüle

@ -28,6 +28,8 @@ put(Config, Path, Body) ->
delete(Config, Path) ->
request(Config, delete, Path, undefined).
-compile({nowarn_deprecated_function, [http_uri, encode, 1]}).
%% @private
encode_query_string(List) ->
QueryString =

Yükleniyor…
İptal
Kaydet