Update naiveproxy to v147.0.7727.49-1

This commit is contained in:
世界
2026-04-10 20:59:59 +08:00
parent e6427e8244
commit a5c0112f0c
5 changed files with 99 additions and 95 deletions

View File

@@ -219,7 +219,6 @@ func (r *Router) routePacketConnection(ctx context.Context, conn N.PacketConn, m
/*if deadline.NeedAdditionalReadDeadline(conn) {
conn = deadline.NewPacketConn(bufio.NewNetPacketConn(conn))
}*/
selectedRule, _, _, packetBuffers, err := r.matchRule(ctx, &metadata, false, false, nil, conn)
if err != nil {
return err