Merge "Curl statements to include globoff for IPv6 URLs"

This commit is contained in:
Jenkins
2014-12-01 23:55:22 +00:00
committed by Gerrit Code Review

View File

@@ -139,7 +139,7 @@ class Session(object):
# debug log.
return
string_parts = ['REQ: curl -i']
string_parts = ['REQ: curl -g -i']
# NOTE(jamielennox): None means let requests do its default validation
# so we need to actually check that this is False.