We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10a6582 commit 7aaeaefCopy full SHA for 7aaeaef
2 files changed
httpcore/_async/http2.py
@@ -33,7 +33,7 @@ def has_body_headers(request: Request) -> bool:
33
)
34
35
36
-class HTTPConnectionState(enum.IntEnum):
+class HTTPConnectionState(enum.Enum):
37
ACTIVE = 1
38
IDLE = 2
39
CLOSED = 3
httpcore/_sync/http2.py
0 commit comments