dcoles/pycurl-requests

Byte-type headers are not encoded correctly

dcoles opened this issue · 1 comments

Setting headers = {'Header': b'Value'} results in an incorrect header:

Header: b'Value'

The byte-string should be passed through unchanged.