Skip to content

http: always decode passwords and usernames to strings

Some Mercurial APIs return passwords as unicode strings, others as byte strings. I've given up trying to understand this, but let's just assume it's either a Unicode string, or a byte string in the local encoding.

Fixes: #360 (closed)

Edited by Dan Villiom Podlaski Christiansen

Merge request reports