commit dcb719d0e51afa0253c144136b41f0e390c48c4c
Author: Tin Lam <email address hidden>
Date: Mon Jan 16 23:14:42 2017 -0600
Fix response body being omitted in debug mode incorrectly
In debug mode, when a response's header Content-Type is set
to "application/json" with a parameter, i.e.,
"application/json; charset=UTF-8". This patch set ignores
the additional parameter and only match the mimetype.
Reviewed: https:/ /review. openstack. org/421076 /git.openstack. org/cgit/ openstack/ python- keystoneclient/ commit/ ?id=dcb719d0e51 afa0253c144136b 41f0e390c48c4c
Committed: https:/
Submitter: Jenkins
Branch: master
commit dcb719d0e51afa0 253c144136b41f0 e390c48c4c
Author: Tin Lam <email address hidden>
Date: Mon Jan 16 23:14:42 2017 -0600
Fix response body being omitted in debug mode incorrectly
In debug mode, when a response's header Content-Type is set n/json; charset=UTF-8". This patch set ignores
to "application/json" with a parameter, i.e.,
"applicatio
the additional parameter and only match the mimetype.
Change-Id: Ie8fcb1061e0e49 b039436947524cf dc704c83846
Closes-Bug: #1656981