( )⚙ D2748 hgweb: remove wsgirequest.read()

This is an archive of the discontinued Mercurial Phabricator instance.

hgweb: remove wsgirequest.read()
ClosedPublic

Authored by indygreg on Mar 8 2018, 9:27 PM.

Details

Summary

This was just a proxy to self.inp.read(). This method serves little
value. Let's nuke it.

Callers in the wire protocol server have been updated accordingly.

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.Mar 8 2018, 9:27 PM
durin42 accepted this revision.Mar 9 2018, 5:15 PM
This revision is now accepted and ready to land.Mar 9 2018, 5:15 PM
indygreg updated this revision to Diff 6828.Mar 10 2018, 3:03 PM
This revision was automatically updated to reflect the committed changes.