Skip to content
Snippets Groups Projects
Commit a561ea66 authored by David G. Quintas's avatar David G. Quintas
Browse files

Merge pull request #1833 from zayoo/master

Fix minor bug GRPC_TIMER_END before end of function
parents 3f192f73 a7c10626
No related branches found
No related tags found
No related merge requests found
...@@ -759,7 +759,7 @@ static void call_on_done_recv(void *pc, int success) { ...@@ -759,7 +759,7 @@ static void call_on_done_recv(void *pc, int success) {
unlock(call); unlock(call);
GRPC_CALL_INTERNAL_UNREF(call, "receiving", 0); GRPC_CALL_INTERNAL_UNREF(call, "receiving", 0);
GRPC_TIMER_BEGIN(GRPC_PTAG_CALL_ON_DONE_RECV, 0); GRPC_TIMER_END(GRPC_PTAG_CALL_ON_DONE_RECV, 0);
} }
static int prepare_application_metadata(grpc_call *call, size_t count, static int prepare_application_metadata(grpc_call *call, size_t count,
......
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