on hup, close and rebind listener ports too (in case their config has changed)

svn:r926
This commit is contained in:
Roger Dingledine
2003-12-14 06:03:46 +00:00
parent 50e17d633b
commit 36ea39ec9c
4 changed files with 25 additions and 14 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ int connection_cpu_process_inbuf(connection_t *conn) {
assert(conn && conn->type == CONN_TYPE_CPUWORKER);
if(conn->inbuf_reached_eof) {
log_fn(LOG_WARN,"Read eof. Worker dying.");
log_fn(LOG_WARN,"Read eof. Worker has died.");
if(conn->state != CPUWORKER_STATE_IDLE) {
/* the circ associated with this cpuworker will have to wait until
* it gets culled in run_connection_housekeeping(), since we have