style(http2): format http2 code
This commit is contained in:
@@ -136,7 +136,7 @@ where
|
|||||||
// streaming state, we either finished it
|
// streaming state, we either finished it
|
||||||
// somehow, or the remote reset us.
|
// somehow, or the remote reset us.
|
||||||
return Poll::Ready(Err(crate::Error::new_body_write(
|
return Poll::Ready(Err(crate::Error::new_body_write(
|
||||||
"send stream capacity unexpectedly closed"
|
"send stream capacity unexpectedly closed",
|
||||||
)));
|
)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user