From 17186e6b91bc21a657ffd2ad62ba53676b15977f Mon Sep 17 00:00:00 2001 From: Wenbo Zhu Date: Mon, 20 Jan 2025 10:55:19 -0800 Subject: [PATCH] Add a note about net_http being open-sourced as a standalone library (github.com/google/net_http) PiperOrigin-RevId: 717577196 --- tensorflow_serving/util/net_http/public/BUILD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tensorflow_serving/util/net_http/public/BUILD b/tensorflow_serving/util/net_http/public/BUILD index 20d37557ea8..aeddb3e9c19 100644 --- a/tensorflow_serving/util/net_http/public/BUILD +++ b/tensorflow_serving/util/net_http/public/BUILD @@ -6,6 +6,8 @@ package(default_visibility = [ "//tensorflow_serving/util/net_http:__subpackages__", ]) +# TODO(wenboz): Remove this visibility list as net_http is now open-sourced and +# available as a standalone library in third_party/net_http. package_group( name = "http_server_clients", packages = [