Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit 2aad1bb

Browse files
committed
Basic stream closing log
1 parent 0fbbede commit 2aad1bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hyper/http20/stream.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ def receive_frame(self, frame):
197197
Handle a frame received on this stream.
198198
"""
199199
if 'END_STREAM' in frame.flags:
200+
log.debug("Closing remote side of stream")
200201
self._close_remote()
201202

202203
if frame.type == WindowUpdateFrame.type:

0 commit comments

Comments
 (0)