Skip to content

Commit

Permalink
fullproxy: fixed potential deadlocks and error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
TrekkieCoder committed Jul 10, 2024
1 parent daecf4a commit 5993591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/sockproxy.c
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,7 @@ proxy_pdestroy(void *priv)
proxy_release_rfd_ctx(pfe);
}

//printf("proxy destroy: fd %d\n", pfe->fd);
//log_debug("proxy destroy: fd %d", pfe->fd);
proxy_release_fd_ctx(pfe);

proxy_reset_fd_list(ent, is_listener ? NULL : pfe);
Expand Down

0 comments on commit 5993591

Please sign in to comment.