فهرست منبع

fix delay in blackhole

Darien Raymond 7 سال پیش
والد
کامیت
3e8da9e540
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      proxy/blackhole/blackhole.go

+ 0 - 1
proxy/blackhole/blackhole.go

@@ -34,7 +34,6 @@ func (h *Handler) Process(ctx context.Context, outboundRay ray.OutboundRay, dial
 	// Sleep a little here to make sure the response is sent to client.
 	time.Sleep(time.Second)
 	outboundRay.OutboundOutput().CloseError()
-	time.Sleep(time.Second * 2)
 	return nil
 }