This is an archive of the discontinued Mercurial Phabricator instance.

wireprotov2: handle stream encoding settings frames
ClosedPublic

Authored by indygreg on Oct 8 2018, 8:29 PM.

Details

Summary

Like what we just did for the server reactor, we teach the client
reactor to handle stream encoding settings frames. The code is
very similar.

We define a method on the stream class to handle processing the data
within the decoded frames. However, it doesn't yet do anything useful.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

indygreg created this revision.Oct 8 2018, 8:29 PM
This revision was automatically updated to reflect the committed changes.