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

queries. [RT #34737]

(cherry picked from commit cb69994ff8)
This commit is contained in:
Mark Andrews
2013-09-18 16:07:43 +10:00
parent d2c50258e2
commit 4713b1f369
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