We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb734d3 commit af6b018Copy full SHA for af6b018
1 file changed
aspsm.go
@@ -50,6 +50,8 @@ func (c *Conn) handleAspUpAck(aspUpAck *messages.AspUpAck) error {
50
func (c *Conn) handleAspDown(aspDown *messages.AspDown) error {
51
switch c.State() {
52
case StateAspInactive, StateAspActive:
53
+ // expected, do nothing here
54
+ default:
55
return NewErrUnexpectedMessage(aspDown)
56
}
57
if c.StreamID() != 0 {
0 commit comments