Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nitely committed Feb 3, 2025
1 parent 163fc74 commit bfd34c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hyperx/clientserver.nim
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ proc handshake(client: ClientContext) {.async.} =

func doTransitionRecv(
s: Stream, frm: Frame
) {.raises: [HyperxConnError, HyperxStrmError].} =
) {.raises: [HyperxConnError].} =
doAssert frm.sid == s.id
doAssert frm.sid != frmSidMain
doAssert s.state != strmInvalid
Expand Down

0 comments on commit bfd34c0

Please sign in to comment.