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
Lint Skipped
Unit
Unit Tests Skipped

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.