Remove the host_override option to upload.py. This sets the Host header, which for some reason, trips the new internal proxy.

Review URL: http://codereview.chromium.org/1798008

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@45833 0039d316-1c4b-4281-b951-d872f2087c98
experimental/szager/collated-output
jabdelmalek@google.com 15 years ago
parent 34d73cbd2a
commit 99ccbc58a8

@ -572,7 +572,6 @@ def SendToRietveld(request_path, payload=None,
return email, password
rpc_server = upload.HttpRpcServer(server,
GetUserCredentials,
host_override=server,
save_cookies=True)
try:
return rpc_server.Send(request_path, payload, content_type, timeout)

Loading…
Cancel
Save