We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aaeaef commit 63ac44bCopy full SHA for 63ac44b
2 files changed
httpcore/_async/http11.py
@@ -33,7 +33,7 @@
33
]
34
35
36
-class HTTPConnectionState(enum.IntEnum):
+class HTTPConnectionState(enum.Enum):
37
NEW = 0
38
ACTIVE = 1
39
IDLE = 2
httpcore/_sync/http11.py
0 commit comments