Inital tls

This commit is contained in:
Lucio Franco
2019-08-31 15:59:51 -04:00
parent 4000c42478
commit 4ea3fdfd1e
16 changed files with 230 additions and 64 deletions
+2 -2
View File
@@ -117,7 +117,7 @@ where
}
fn poll_data(
self: Pin<&mut Self>,
mut self: Pin<&mut Self>,
cx: &mut Context<'_>,
) -> Poll<Option<Result<Self::Data, Self::Error>>> {
let mut self_proj = self.project();
@@ -135,7 +135,7 @@ where
}
fn poll_trailers(
self: Pin<&mut Self>,
mut self: Pin<&mut Self>,
_cx: &mut Context<'_>,
) -> Poll<Result<Option<HeaderMap>, Status>> {
match self.role {