Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
cblmemo committed May 8, 2024
1 parent 98c0eb6 commit 93c9c4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sky/serve/load_balancer.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ def _sync_with_controller(self):
ready_replica_urls)
for replica_url in ready_replica_urls:
if replica_url not in self._client_pool:
# TODO(tian): Support HTTPS.
self._client_pool[replica_url] = (
httpx.AsyncClient(base_url=replica_url))
urls_to_close = set(
Expand Down

0 comments on commit 93c9c4a

Please sign in to comment.