Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

Using basic httplib call to check if on GCE. #293

Merged
merged 1 commit into from
Aug 31, 2015

Commits on Aug 28, 2015

  1. Using basic httplib call to check if on GCE.

    This avoids the potential issue of urllib detecting a proxy
    and changing the actual request underneath our code. The
    basic httplib library does not have any proxy detection, so
    this is not even possible there.
    
    Fixes googleapis#114.
    dhermes committed Aug 28, 2015
    Configuration menu
    Copy the full SHA
    36e8b01 View commit details
    Browse the repository at this point in the history