We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84de11a commit 2484749Copy full SHA for 2484749
src/trio/_dtls.py
@@ -1039,7 +1039,7 @@ def read_volley() -> list[_AnyHandshakeMessage]:
1039
if (
1040
isinstance(maybe_volley[0], PseudoHandshakeMessage)
1041
and maybe_volley[0].content_type == ContentType.alert
1042
- ): # TODO: test this branch
+ ): # TODO: test this line
1043
# we're sending an alert (e.g. due to a corrupted
1044
# packet). We want to send it once, but don't save it to
1045
# retransmit -- keep the last volley as the current
0 commit comments