Properly send URL parameters in all requests

https://codereview.webrtc.org/2825313002/
added this only to connection URL but it's needed everywhere

BUG=webrtc:7548

Review-Url: https://codereview.webrtc.org/2858493003
Cr-Commit-Position: refs/heads/master@{#17981}
This commit is contained in:
oprypin
2017-05-03 01:58:39 -07:00
committed by Commit bot
parent bee4ff8d82
commit 9c7e56498b
2 changed files with 12 additions and 11 deletions

View File

@ -85,10 +85,6 @@ def _ParseArgs():
def main():
# Disabled, see bugs.webrtc.org/7548
if True:
return 0
logging.basicConfig(level=logging.INFO)
args = _ParseArgs()