v3.0.21
Update bundled httplib2 module to latest v0.9.1
This fixes an issue where a CertificateHostnameMismatch
exception would be thrown incorrectly when creating a secure connection via the API. The bug was not properly iterating through the entire list of valid hostnames to match the request against. Instead, it was only checking the first host in the list.
Other various bug fixes specific to the library are also included. See https://github.com/jcgregorio/httplib2/blob/master/CHANGELOG for the full list.