Skip to content

Commit

Permalink
fix the typo
Browse files Browse the repository at this point in the history
  • Loading branch information
0-haha committed Oct 3, 2023
1 parent 9015fae commit 18c311d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eventloop_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ func (el *eventloop) readTLS(c *conn) error {
return el.close(c, nil)
case Shutdown:
c.tlsconn.DataDone()
return gerrors.ErrEngineShutdown
return errorx.ErrEngineShutdown
}
_, _ = c.inboundBuffer.Write(c.buffer)
c.buffer = c.buffer[:0]
Expand Down

0 comments on commit 18c311d

Please sign in to comment.