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

Commit 04438f9

Browse files
committed
Revert line I removed by mistake
1 parent 876e607 commit 04438f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hyper/http20/connection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,7 @@ def _consume_frame_payload(self, frame, data):
558558
This builds and handles a frame.
559559
"""
560560
frame.parse_body(data)
561+
561562
log.info(
562563
"Received frame %s on stream %d",
563564
frame.__class__.__name__,

0 commit comments

Comments
 (0)