File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 7979from itertools import count
8080from wsgiref .handlers import format_date_time
8181
82- import h11
8382import trio
8483
84+ import h11
85+
8586MAX_RECV = 2 ** 16
8687TIMEOUT = 10
8788
Original file line number Diff line number Diff line change 66import sys
77
88import afl
9+
910import h11
1011
1112if sys .version_info [0 ] >= 3 :
Original file line number Diff line number Diff line change 11import pytest
22
33from .._events import *
4- from .._headers import normalize_and_validate , Headers
4+ from .._headers import Headers , normalize_and_validate
55from .._readers import (
66 _obsolete_line_fold ,
77 ChunkedReader ,
Original file line number Diff line number Diff line change 1212 isort
1313commands =
1414 black --check --diff h11/ bench/ examples/ fuzz/
15- isort --dont-skip __init__.py --diff -- check --settings-path setup.cfg --recursive h11 bench examples fuzz
15+ isort --check --diff h11 bench examples fuzz
You can’t perform that action at this time.
0 commit comments