Process response

This commit is contained in:
Carl Lerche
2017-06-27 01:34:37 -07:00
parent 7897b770e9
commit 1f85d54cff
8 changed files with 112 additions and 13 deletions

View File

@@ -96,8 +96,8 @@ impl Peer for Client {
frame
}
fn convert_poll_message(headers: frame::Headers) -> Frame<Self::Poll> {
unimplemented!();
fn convert_poll_message(headers: frame::Headers) -> Self::Poll {
headers.into_response()
}
}