Closed mruoss closed 1 year ago
In certain cases I close a connection i have just opened. The connection is still in state :handshaking which makes Mint.HTTP2.close/1 crash with a FunctionClauseError. Is this expected behaviour?
:handshaking
Mint.HTTP2.close/1
FunctionClauseError
Good catch, definitely not intentional. Fixed, thanks @mruoss! 💟
I released v1.5.1, which includes a fix for this. Thanks for the report @mruoss 🙏
In certain cases I close a connection i have just opened. The connection is still in state
:handshaking
which makesMint.HTTP2.close/1
crash with aFunctionClauseError
. Is this expected behaviour?