mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-28 01:32:57 +01:00
remove debug println
This commit is contained in:
parent
30769e3072
commit
992f7a11b3
@ -446,7 +446,6 @@ impl<S: 'static, H> ProcessResponse<S, H> {
|
||||
fn poll(
|
||||
&mut self, info: &mut PipelineInfo<S>, mws: &[Box<Middleware<S>>],
|
||||
) -> Option<PipelineState<S, H>> {
|
||||
println!("POLL");
|
||||
// connection is dead at this point
|
||||
match mem::replace(&mut self.iostate, IOState::Done) {
|
||||
IOState::Response =>
|
||||
|
@ -406,7 +406,6 @@ impl<H: HttpHandler + 'static> Entry<H> {
|
||||
}
|
||||
Ok(Async::NotReady) => break,
|
||||
Err(err) => {
|
||||
println!("POLL-PAYLOAD error: {:?}", err);
|
||||
self.payload.set_error(PayloadError::Http2(err));
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user