Comment 2 for bug 1720433

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to mixmatch (master)

Reviewed: https://review.openstack.org/510238
Committed: https://git.openstack.org/cgit/openstack/mixmatch/commit/?id=a1a9cad038292e5ba981f5f827b22a9e9a049c6f
Submitter: Jenkins
Branch: master

commit a1a9cad038292e5ba981f5f827b22a9e9a049c6f
Author: Jeremy Freudberg <email address hidden>
Date: Fri Oct 6 21:49:39 2017 +0000

    Request headers are case insensitive

    Per RFC2616. Within the codebase itself we represent headers as
    uppercase strings, but now they can be passed with any capitalization
    style. (Including whatever keystoneauth or requests chooses to send.)

    Change-Id: Ia4e932a91dec030b9efeb947759ceebdb7a426fc
    Closes-Bug: #1720433