- Change Summary:
-
Fixed the name of the setting in .reviewboardrc.
- Description:
-
Add a --disable-proxy option for disabling the proxy server.
A common problem people hit is that they end up going through a proxy
server when they don't want to. This change adds a --disable-proxy ~ option (DISABLE_PROXY in .reviewboardrc) that disables the HTTP(S) proxy ~ option (ENABLE_PROXY in .reviewboardrc) that disables the HTTP(S) proxy support.
Add a --disable-proxy option for disabling the proxy server.
Review Request #2921 — Created Feb. 26, 2012 and submitted
Add a --disable-proxy option for disabling the proxy server. A common problem people hit is that they end up going through a proxy server when they don't want to. This change adds a --disable-proxy option (ENABLE_PROXY in .reviewboardrc) that disables the HTTP(S) proxy support.
Set an HTTP proxy (to a fake URL) and watched as post-review failed due to not being able to find the proxy. Set the --disable-proxy flag and saw the request go through.