Commit 5e9d9cf82c004fea3f2ef0cca33f1af5674e2402
Disable broken IXFR
cel committed on 11/27/2016, 12:49:54 AMParent: 937a269c7fefaf524a0bfe70a1ee439afffaa282
Files changed
lib/query.js | changed |
lib/query.js | ||
---|---|---|
@@ -302,8 +302,9 @@ | ||
302 | 302 … | var authorityDomains = expandName(qName); |
303 | 303 … | var wildcardDomains = expandName(qName, '*'); |
304 | 304 … | var isIncrementalTransfer = question.type === 'IXFR' |
305 | 305 … | var isTransfer = isIncrementalTransfer || question.type === 'AXFR' |
306 … | + isIncrementalTransfer = false // TODO: fix IXFR | |
306 | 307 … | |
307 | 308 … | var authorities = new Wildcards(); |
308 | 309 … | var maybeGlue = new RecordsMap(); |
309 | 310 … | var answers = isTransfer ? new Records() : new Wildcards(); |
Built with git-ssb-web