Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo Carneiro committed Aug 12, 2019
1 parent 65cb281 commit c5385aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiohttp/web_protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def data_received(self, data: bytes) -> None:
# don't set result twice
waiter.set_result(None)

self._upgraded = upgraded
self._upgrade = upgraded
if upgraded and tail:
self._message_tail = tail

Expand Down

0 comments on commit c5385aa

Please sign in to comment.