From a94beff94c26c8940c6c224943c53ffda73025bb Mon Sep 17 00:00:00 2001
From: Craig Tiller <craig.tiller@gmail.com>
Date: Tue, 17 Feb 2015 22:02:06 -0800
Subject: [PATCH] Add TODO

---
 src/core/surface/server.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/core/surface/server.c b/src/core/surface/server.c
index 4ae6f5d955..9b113610d5 100644
--- a/src/core/surface/server.c
+++ b/src/core/surface/server.c
@@ -330,6 +330,7 @@ static void start_new_rpc(grpc_call_element *elem) {
 
   gpr_mu_lock(&server->mu);
   if (chand->registered_methods && calld->path && calld->host) {
+    /* TODO(ctiller): unify these two searches */
     /* check for an exact match with host */
     hash = GRPC_MDSTR_KV_HASH(calld->host->hash, calld->path->hash);
     for (i = 0; i < chand->registered_method_max_probes; i++) {
-- 
GitLab