more clean up

This commit is contained in:
Lucio Franco
2019-08-18 01:30:26 -04:00
parent b2a9ab97d7
commit ef87a558e7
12 changed files with 36 additions and 33 deletions
-1
View File
@@ -90,7 +90,6 @@ where
self.h2.reserve_capacity(1);
if self.h2.capacity() == 0 {
// TODO: The loop should not be needed once
// carllerche/h2#270 is fixed.
loop {
match ready!(self.h2.poll_capacity(cx)) {