mirror of https://github.com/fafhrd91/actix-web
Merge branch 'master' into one-err-to-rule-them-all
This commit is contained in:
commit
41c6a0078d
|
@ -423,7 +423,6 @@ impl Future for HttpResponseBuilder {
|
||||||
type Output = Result<HttpResponse, Error>;
|
type Output = Result<HttpResponse, Error>;
|
||||||
|
|
||||||
fn poll(mut self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll<Self::Output> {
|
fn poll(mut self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll<Self::Output> {
|
||||||
eprintln!("httpresponse future error");
|
|
||||||
Poll::Ready(Ok(self.finish()))
|
Poll::Ready(Ok(self.finish()))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue