mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Fix #304: dnstap logging not recovering after dnstap process restarts
This commit is contained in:
parent
c5f0ec36bb
commit
00fe4b0306
2 changed files with 5 additions and 0 deletions
|
|
@ -1102,6 +1102,8 @@ static int dtio_read_accept_frame(struct dt_io_thread* dtio)
|
||||||
goto close_connection;
|
goto close_connection;
|
||||||
}
|
}
|
||||||
dtio->accept_frame_received = 1;
|
dtio->accept_frame_received = 1;
|
||||||
|
if(!dtio_add_output_event_write(dtio))
|
||||||
|
goto close_connection;
|
||||||
return 1;
|
return 1;
|
||||||
} else {
|
} else {
|
||||||
/* unknow content type */
|
/* unknow content type */
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
21 September 2020: Ralph
|
||||||
|
- Fix #304: dnstap logging not recovering after dnstap process restarts
|
||||||
|
|
||||||
21 September 2020: Wouter
|
21 September 2020: Wouter
|
||||||
- Merge PR #311 by luismerino: Dynlibmod leak.
|
- Merge PR #311 by luismerino: Dynlibmod leak.
|
||||||
- Error message is logged for dynlibmod malloc failures.
|
- Error message is logged for dynlibmod malloc failures.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue