فهرست منبع

remove unnecessary function call

Darien Raymond 9 سال پیش
والد
کامیت
948c86e5c5
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      proxy/vmess/inbound/inbound.go

+ 0 - 2
proxy/vmess/inbound/inbound.go

@@ -153,8 +153,6 @@ func (v *VMessInboundHandler) HandleConnection(connection internet.Connection) {
 	request, err := session.DecodeRequestHeader(reader)
 	v.RUnlock()
 
-	connection.SetReusable(request.Option.Has(protocol.RequestOptionConnectionReuse))
-
 	if err != nil {
 		if errors.Cause(err) != io.EOF {
 			log.Access(connection.RemoteAddr(), "", log.AccessRejected, err)