Skip to content

Commit 3e3e908

Browse files
committed
server: remove ancient TODO
This dates to 69520be in 2017. It seems safe at this point to conclude that the answer is either "no" or that this TODO has been actioned.
1 parent 89edbca commit 3e3e908

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/server/start_listen.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ func startListenRPCAndSQL(
158158
waitForQuiesce := func(context.Context) {
159159
<-stopper.ShouldQuiesce()
160160
drpcCancel()
161-
// TODO(bdarnell): Do we need to also close the other listeners?
162161
netutil.FatalIfUnexpected(grpcL.Close())
163162
netutil.FatalIfUnexpected(grpcLoopbackL.Close())
164163
netutil.FatalIfUnexpected(drpcL.Close()) // Closing this listener is as good as closing drpcTLSL

0 commit comments

Comments
 (0)