Skip to content

Make transaction IDs strings to work with python requests 2.11#657

Merged
zancas merged 1 commit intoF5Networks:developmentfrom
caphrim007:bugfix.requests-2.11-support
Aug 23, 2016
Merged

Make transaction IDs strings to work with python requests 2.11#657
zancas merged 1 commit intoF5Networks:developmentfrom
caphrim007:bugfix.requests-2.11-support

Conversation

@caphrim007
Copy link
Copy Markdown
Contributor

Issues:
Fixes #641

Problem:
requests 2.11 changed compatibility to disallow integers inside of headers.
The result was that the transaction functionality in the SDK broke because
transaction IDs are integers and sent in the headers of the request
(X-F5-REST-Coordination-Id).

Analysis:
This patch casts the integers to strings to correct the problem.

Tests:
none

Issues:
Fixes F5Networks#641

Problem:
requests 2.11 changed compatibility to disallow integers inside of headers.
The result was that the transaction functionality in the SDK broke because
transaction IDs are integers and sent in the headers of the request
(X-F5-REST-Coordination-Id).

Analysis:
This patch casts the integers to strings to correct the problem.

Tests:
none
@zancas zancas self-assigned this Aug 23, 2016
@zancas zancas merged commit 42b9b81 into F5Networks:development Aug 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants