bind9/lib/isc/netmgr
Artem Boldariev 937b5f8349 DoH: reduce excessive bad request logging
We started using isc_nm_bad_request() more actively throughout
codebase. In the case of HTTP/2 it can lead to a large count of
useless "Bad Request" messages in the BIND log, as often we attempt to
send such request over effectively finished HTTP/2 sessions.

This commit fixes that.
2025-01-15 14:09:17 +00:00
..
http.c DoH: reduce excessive bad request logging 2025-01-15 14:09:17 +00:00
netmgr-int.h DoH: process data chunk by chunk instead of all at once 2025-01-15 14:09:17 +00:00
netmgr.c Enable extraction of exact local socket addresses 2024-12-29 12:32:05 +01:00
proxystream.c Do not stop timer in isc_nm_read_stop() in manual timer mode 2025-01-15 14:09:17 +00:00
proxyudp.c Remove redundant semicolons after the closing braces of functions 2024-11-19 12:27:22 +01:00
socket.c Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
streamdns.c Do not stop timer in isc_nm_read_stop() in manual timer mode 2025-01-15 14:09:17 +00:00
tcp.c Do not stop timer in isc_nm_read_stop() in manual timer mode 2025-01-15 14:09:17 +00:00
timer.c Update netmgr, tasks, and applications to use isc_loopmgr 2022-08-26 09:09:24 +02:00
tlsstream.c Do not stop timer in isc_nm_read_stop() in manual timer mode 2025-01-15 14:09:17 +00:00
udp.c Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00