Cleanup code

This commit is contained in:
世界
2022-11-24 12:37:29 +08:00
parent 8c1fddcf8d
commit 7c910165ef
10 changed files with 14 additions and 22 deletions

View File

@@ -150,7 +150,6 @@ func (c *GunConn) SetDeadline(t time.Time) error {
return responseWriter.SetWriteDeadline(t)
}
return os.ErrInvalid
}
func (c *GunConn) SetReadDeadline(t time.Time) error {