Byte-type headers are not encoded correctly
dcoles opened this issue · 1 comments
dcoles commented
Setting headers = {'Header': b'Value'}
results in an incorrect header:
Header: b'Value'
The byte-string should be passed through unchanged.
dcoles commented
Released in pycurl-requests-0.2.2.