Commit 8f401fb
Lower label's case before processing
E.g. Google Public DNS randomizes case in the requests it sends.
For example, `8ba299a7.v4-ttl-5s.8ba299a8.v4-cnt-5.loop.example.com.`
may become `8BA299a7.V4-ttl-5s.8BA299A8.V4-cNt-5.lOOP.ExAmPLE.cOm.`,
(taken from the real request Google Public DNS has sent to me).
This commits makes so RIP can successfully parse requests regardless
of the case.1 parent 4fa518e commit 8f401fb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments