Commit ff5f205
committed
Make transaction IDs strings to work with python requests 2.11
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:
none1 parent 7152a52 commit ff5f205
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments