Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
SisMaker
/
rebar3
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Projects
0
Lanzamientos
62
Wiki
Actividad
Explorar el Código
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
hace 5 años
padre
d1af74d6b1
commit
cb5558a5dc
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG:
E80EDCFA0CDB21EE
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-0
src/r3_hex_api.erl
+ 2
- 0
src/r3_hex_api.erl
Ver fichero
@ -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
=
Escribir
Vista previa
Cargando…
Cancelar
Guardar