comparison tests/tinyproxy.py @ 39955:c421c22d3ad2

py3: convert HTTP request headers to str 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. Differential Revision: https://phab.mercurial-scm.org/D4834
author Gregory Szorc <gregory.szorc@gmail.com>
date Mon, 01 Oct 2018 23:08:04 -0700
parents 88c1d13b637b
children 97e2442a4595
comparison
equal deleted inserted replaced
39954:8c7ecd32ccce 39955:c421c22d3ad2