DMTF/python-redfish-library

Returned data type from Assembly.bin changed in versioning 3.1.0

ldonova1992 opened this issue · 1 comments

In version 3.1.0, the data type returned when performing a GET on an Assembly.bin changed from bytes to str. I'm not sure if that is intentional and correct for it be of type str now instead of bytes since its .bin and the content-type is application/octet-stream. Is this valid?

in version 3.0.3
image

in version 3.1.0:
image

This seems like an inadvertent change when migrating to the requests module. Will need to look at this further.