Skip to content

Commit

Permalink
wip: check failed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nkhitrov committed May 4, 2023
1 parent a381c2e commit 09eae2a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -659,6 +659,7 @@ def _decode_headers(headers):


def _decode_header_item(value):
raise RuntimeError
try:
return value.decode("utf-8")
except ValueError:
Expand Down

0 comments on commit 09eae2a

Please sign in to comment.