The low-level request object ideally takes system strings for
HTTP request headers and values. If we send in bytes, it works. But
a duplicate header check fails and various tests emit duplicate
user-agent headers.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHGc421c22d3ad2: py3: convert HTTP request headers to str
rHGa5183c6f2270: py3: convert HTTP request headers to str
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.