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

Close incoming connections if we are post shutdown

parent b09d84d7
No related branches found
No related tags found
No related merge requests found
......@@ -336,6 +336,8 @@ static void on_accept(grpc_exec_ctx *exec_ctx, void *arg, int from_iocp) {
peer_name_string);
gpr_free(fd_name);
gpr_free(peer_name_string);
} else {
closesocket(sock);
}
}
......
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