Upgrading server dependancies (#4566)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
0b296dd8c2
Коммит
0135904f7d
2
vendor/github.com/miekg/dns/server.go
сгенерированный
поставляемый
2
vendor/github.com/miekg/dns/server.go
сгенерированный
поставляемый
@@ -147,7 +147,7 @@ func (mux *ServeMux) match(q string, t uint16) Handler {
|
||||
b[i] |= ('a' - 'A')
|
||||
}
|
||||
}
|
||||
if h, ok := mux.z[string(b[:l])]; ok { // 'causes garbage, might want to change the map key
|
||||
if h, ok := mux.z[string(b[:l])]; ok { // causes garbage, might want to change the map key
|
||||
if t != TypeDS {
|
||||
return h
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user