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
Running this in IEX returns {:error, :recv_response_timeout} no matter what the URL is. SOCKS proxies work fine, the problem is only with HTTP. ninenines/gun#300 might be related, since the symptoms are similar (connection is created, but no request to end server is made).
The text was updated successfully, but these errors were encountered:
Tesla and Gun both with latest commits from master branch, but the same can be seen with Tesla 1.4.4 and Gun 2.0.0-rc1.
Running this in IEX returns
{:error, :recv_response_timeout}
no matter what the URL is. SOCKS proxies work fine, the problem is only with HTTP.ninenines/gun#300 might be related, since the symptoms are similar (connection is created, but no request to end server is made).
The text was updated successfully, but these errors were encountered: