3645. [protocol] Use case sensitive compression when responding to

queries. [RT #34737]
This commit is contained in:
Mark Andrews
2013-09-05 12:22:34 +10:00
parent 6e0585bc4b
commit cb69994ff8
10 changed files with 135 additions and 3 deletions

View File

@@ -88,7 +88,7 @@ echo "I:check correctness of routine cache cleaning"
$DIG $DIGOPTS -f dig.batch > dig.out.ns2 || status=1
grep ";" dig.out.ns2
$PERL ../digcomp.pl dig.out.ns2 knowngood.dig.out || status=1
$PERL ../digcomp.pl --lc dig.out.ns2 knowngood.dig.out || status=1
echo "I:reset and check that records are correctly cached initially"
ret=0