]> git.ipfire.org Git - thirdparty/unbound.git/commit
Fix uncached CLIENT_RESPONSE'es on stateful transports
authorWillem Toorop <willem@nlnetlabs.nl>
Mon, 30 Mar 2020 09:39:07 +0000 (11:39 +0200)
committerWillem Toorop <willem@nlnetlabs.nl>
Mon, 30 Mar 2020 09:39:07 +0000 (11:39 +0200)
commit9d9eee84025d0ee6c75cf0da46d063187ae8213f
tree49f6e316a2effffc5f3c5ccd8eb69046579535d7
parent65e7be5190c77627e52d239fac13d0acf07ad8d2
Fix uncached CLIENT_RESPONSE'es on stateful transports

Because repinfo->c->buffer does not contain the response when the it did not came from cache.
Only after tcp_req_info_send_reply is called, is the response on the buffer which is used to fill the dnstap protobuf's.
util/netevent.c