You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I think it was a error on the server “A” , so a did a manual call with curl 20 times and all work perfect in the server “A” and “B”.
curl http://urla.com\?\[1-20\]
I tried with the default options and with the options above [ ssl: [{:versions, [:'tlsv1.2']}] , hackney: [pool: :mypool], max_connections: 1000]. But I get the same error.
Any tip what could be the error?
The text was updated successfully, but these errors were encountered:
I got the exact same problem with HTTPPoison and I tracked it to hackney
iex(0)> :hackney.get "https://www.sejm.gov.pl/"
{:error, :closed}
iex(1)> System.cmd("curl", ["https://www.sejm.gov.pl/"])
% Total % Received % Xferd Average Speed Time Time Time Current
100 16314 100 16314 0 0 16905
I raised also an issue in HTTPPoison that it should handle this error better: edgurgel/httpoison#432
I’m getting a strange error in HTTPoison. When I do two request to a server “A” in the second I get connection close.
When I do this with other server it works.
So I think it was a error on the server “A” , so a did a manual call with curl 20 times and all work perfect in the server “A” and “B”.
I tried with the default options and with the options above
[ ssl: [{:versions, [:'tlsv1.2']}] , hackney: [pool: :mypool], max_connections: 1000]
. But I get the same error.Any tip what could be the error?
The text was updated successfully, but these errors were encountered: