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
Describe the bug
Trying to stream results from behind a proxy fails with a connection refused error.
HTTPS_PROXY and HTTP_PROXY environment variables are set but are ignored by ResultStream due to line 48 in result_stream.py - in make_sessionsession.trust_env=False
If trusting the contents of the environment variables would break other things, then an option could be created to pass proxy arguments when constructing ResultStream
Describe the bug
Trying to stream results from behind a proxy fails with a connection refused error.
HTTPS_PROXY and HTTP_PROXY environment variables are set but are ignored by
ResultStream
due to line 48 in result_stream.py - inmake_session
session.trust_env=False
To Reproduce
From behind a proxy,
The text was updated successfully, but these errors were encountered: