This is an archive of the discontinued Mercurial Phabricator instance.

py3: port tinyproxy.py to work with Python 3
ClosedPublic

Authored by indygreg on Feb 12 2019, 5:37 PM.

Details

Summary

There were various str/bytes mismatches in the code. This caused
the proxy server to misbehave at run-time. The manifestation
was typically premature socket disconnect from the perspective
of the client.

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.

Event Timeline

indygreg created this revision.Feb 12 2019, 5:37 PM
This revision was automatically updated to reflect the committed changes.