Skip to content

Commit

Permalink
Merge pull request grpc#11224 from makdharma/http_proxy_test_fix
Browse files Browse the repository at this point in the history
Fixes grpc#9542
  • Loading branch information
makdharma authored May 25, 2017
2 parents 19fd924 + 9c156da commit e8f565b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/ext/transport/chttp2/server/chttp2_server.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ static void on_accept(grpc_exec_ctx *exec_ctx, void *arg, grpc_endpoint *tcp,
gpr_mu_lock(&state->mu);
if (state->shutdown) {
gpr_mu_unlock(&state->mu);
grpc_endpoint_shutdown(exec_ctx, tcp, GRPC_ERROR_NONE);
grpc_endpoint_destroy(exec_ctx, tcp);
gpr_free(acceptor);
return;
Expand Down

0 comments on commit e8f565b

Please sign in to comment.