Skip to content

Commit 28dd3ba

Browse files
authored
... and ERROR
1 parent 57bf242 commit 28dd3ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

h11/_state.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@
131131
DONE = make_sentinel("DONE")
132132
MUST_CLOSE = make_sentinel("MUST_CLOSE")
133133
CLOSED = make_sentinel("CLOSED")
134+
ERROR = make_sentinel("ERROR")
134135

135136
# Switch types
136137
MIGHT_SWITCH_PROTOCOL = make_sentinel("MIGHT_SWITCH_PROTOCOL")

0 commit comments

Comments
 (0)