We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcafe4d commit f558a52Copy full SHA for f558a52
1 file changed
src/main/process.c
@@ -6245,6 +6245,11 @@ static void event_new_fd(void *ctx)
6245
fr_exit(1);
6246
}
6247
6248
+ /*
6249
+ * We've deleted a socket, so we can start allowing new sockets again.
6250
+ */
6251
+ proxy_no_new_sockets = false;
6252
+
6253
#ifdef WITH_TLS
6254
/*
6255
* Remove this socket from the list of sockets assocated with this home server.
0 commit comments