Merge a6b731035e into ce220f01a5
This commit is contained in:
commit
fbb58dcdb5
|
|
@ -518,6 +518,7 @@ class _RequestIterator(object):
|
||||||
elif (
|
elif (
|
||||||
self._state.request is None
|
self._state.request is None
|
||||||
and _RECEIVE_MESSAGE_TOKEN not in self._state.due
|
and _RECEIVE_MESSAGE_TOKEN not in self._state.due
|
||||||
|
and _RECEIVE_CLOSE_ON_SERVER_TOKEN not in self._state.due
|
||||||
):
|
):
|
||||||
raise StopIteration()
|
raise StopIteration()
|
||||||
else:
|
else:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue