Mercurial > hg
comparison i18n/hggettext @ 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 | 617ae7e33a65 |
children | 47ef023d0165 |
comparison
equal
deleted
inserted
replaced
39953:a3a9b93bff80 | 39954:8c7ecd32ccce |
---|