Merge branch 'master' into one-err-to-rule-them-all

This commit is contained in:
Rob Ede 2021-05-07 18:17:28 +01:00 committed by GitHub
commit 41c6a0078d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -423,7 +423,6 @@ impl Future for HttpResponseBuilder {
type Output = Result<HttpResponse, Error>;
fn poll(mut self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll<Self::Output> {
eprintln!("httpresponse future error");
Poll::Ready(Ok(self.finish()))
}
}