diff i18n/pt_BR.po @ 39954:8c7ecd32ccce

py3: use system strings in HTTP server code Previously the source transformer was converting some string literals to bytes and we were comparing a system native string to bytes and this was leading to sending the wrong HTTP response headers on Python 3. After this change, we now properly send Transfer-Encoding and Connection response headers on Python 3. Differential Revision: https://phab.mercurial-scm.org/D4833
author Gregory Szorc <gregory.szorc@gmail.com>
date Mon, 01 Oct 2018 23:12:42 -0700
parents ead71b15efd5
children d4ba4d51f85f
line wrap: on
line diff