Explorar el Código

代码修改

erlArango_v1
AICells hace 5 años
padre
commit
d724a992b7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/httpCli/agHttpProtocol.erl

+ 1
- 1
src/httpCli/agHttpProtocol.erl Ver fichero

@ -30,7 +30,7 @@ binPatterns() ->
request(Method, Host, Path, Headers, undefined) ->
[
Method, <<" ">>, Path, <<" HTTP/1.1\r\nHost: ">>, Host,
<<"\r\nConnection: Keep-Alive\r\nUser-Agent: erlArango\r\n">>,
<<"\r\nConnection: Keep-Alive\r\nUser-Agent: erlArango\r\nContent-Length: 0\r\n">>,
spellHeaders(Headers), <<"\r\n">>
];
request(Method, Host, Path, Headers, Body) ->

Cargando…
Cancelar
Guardar