Skip to content
Snippets Groups Projects
Commit a94beff9 authored by Craig Tiller's avatar Craig Tiller
Browse files

Add TODO

parent ab294db7
No related branches found
No related tags found
No related merge requests found
...@@ -330,6 +330,7 @@ static void start_new_rpc(grpc_call_element *elem) { ...@@ -330,6 +330,7 @@ static void start_new_rpc(grpc_call_element *elem) {
gpr_mu_lock(&server->mu); gpr_mu_lock(&server->mu);
if (chand->registered_methods && calld->path && calld->host) { if (chand->registered_methods && calld->path && calld->host) {
/* TODO(ctiller): unify these two searches */
/* check for an exact match with host */ /* check for an exact match with host */
hash = GRPC_MDSTR_KV_HASH(calld->host->hash, calld->path->hash); hash = GRPC_MDSTR_KV_HASH(calld->host->hash, calld->path->hash);
for (i = 0; i < chand->registered_method_max_probes; i++) { for (i = 0; i < chand->registered_method_max_probes; i++) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment