mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-04 04:30:05 +00:00
improve: use stream reduce auth check time
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
"github.com/gorilla/websocket"
|
||||
)
|
||||
|
||||
var _ io.ReadWriteCloser = &Conn{}
|
||||
var _ io.ReadWriteCloser = (*Conn)(nil)
|
||||
|
||||
type Conn struct {
|
||||
*websocket.Conn
|
||||
|
||||
Reference in New Issue
Block a user