trailing ws

This commit is contained in:
Oliver Gould
2017-07-24 16:47:24 +00:00
parent 9a95fc5eef
commit a4cf406c22
3 changed files with 3 additions and 3 deletions

View File

@@ -99,7 +99,7 @@ impl<T, U> Stream for StreamRecvOpen<T>
fn poll(&mut self) -> Poll<Option<T::Item>, T::Error> {
// Since there's only one slot for pending refused streams, it must be cleared
// before polling a frame from the transport.
// before polling a frame from the transport.
try_ready!(self.send_pending_refuse());
trace!("poll");