Dave McCowan 672d57917c Fix TypeError with Python 3.5
Python 3.5 libraries expect HTTP headers to be of string
type, not bytes.  Python 2.7 doesn't care.  This patch
changes the type of a headers from bytes to string.

Change-Id: I22a57d6a7b390ada712fed3b40f00510229c253d
Closes-bug: #1675553
2017-03-23 16:55:12 -04:00
..
2017-03-23 16:55:12 -04:00
2016-02-29 17:38:10 +00:00