chore: cleanup unneed patch

This commit is contained in:
wwqgtxx
2023-10-22 18:15:31 +08:00
parent f2857b3243
commit 5cca3569e9
7 changed files with 0 additions and 135 deletions

View File

@ -1,11 +0,0 @@
package net
import "net"
func (c *BufferedConn) RawConn() (net.Conn, bool) {
if c.r.Buffered() == 0 {
return c.ExtendedConn, true
}
return nil, false
}