notify stream refs when the connection receives EOF (#176)
This commit is contained in:
@@ -277,8 +277,8 @@ where
|
||||
// TODO: handle
|
||||
},
|
||||
None => {
|
||||
// TODO: Is this correct?
|
||||
trace!("codec closed");
|
||||
self.streams.recv_eof();
|
||||
return Ok(Async::Ready(()));
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user