This is an archive of the discontinued Mercurial Phabricator instance.

keepalive: implement readinto()
ClosedPublic

Authored by indygreg on Mar 30 2018, 5:16 PM.

Details

Summary

This is part of the standard I/O interface. It is used by the framing
protocol. So we need to implement it so frames can be decoded.

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 30 2018, 5:16 PM
durin42 accepted this revision.Apr 3 2018, 11:49 AM
This revision is now accepted and ready to land.Apr 3 2018, 11:49 AM
This revision was automatically updated to reflect the committed changes.