Thanks to Robert Edmonds of Farsight Security.
[RT #40211]
-4234. [func] Add deflate compression in statistics channel HTTP
+4234. [func] Add deflate compression in statistics channel HTTP
server. [RT #40861]
4233. [test] Add tests for CDS and CDNSKEY with delegation-only.
if ((ctx->style.flags & DNS_STYLEFLAG_INDENT) != 0) {
size_t ilen = strlen(dns_master_indentstr);
- isc_buffer_availableregion(&buf, &r);
+ isc_buffer_availableregion(&buf, &r);
if (r.length < ilen)
- return (DNS_R_TEXTTOOLONG);
+ return (DNS_R_TEXTTOOLONG);
isc_buffer_putmem(&buf,
(const isc_uint8_t *) dns_master_indentstr,
ilen);
* <message type> [query | response] ;
* ...
* }
- *
+ *
* ... where message type is one of: client, resolver, auth, forwarder, all
*/
static const char *dnstap_types[] = { "client", "resolver",