More work

This commit is contained in:
David Pedersen
2021-05-31 16:28:26 +02:00
parent 867dd8012c
commit f6b1a6f435
8 changed files with 600 additions and 27 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ impl<D, E> BoxBody<D, E> {
}
}
// TODO(david): upstream this to http-body?
// TODO: upstream this to http-body?
impl<D, E> Default for BoxBody<D, E>
where
D: bytes::Buf + 'static,