297404ce33
Token was encoded as utf-8 string. However, token is a byte string that is not required to be utf-8 encodable. This patch changes token type in the Message class to string of bytes instead of string of characters. Signed-off-by: Hubert Miś <hubert.mis@gmail.com> |
||
---|---|---|
.. | ||
__init__.py | ||
message.py | ||
message.py.bak | ||
option.py | ||
request.py | ||
request.py.bak | ||
response.py |