Update parse.go (#3122)

This commit is contained in:
AllenZMC 2019-08-14 00:47:23 +08:00 committed by Yong Tang
parent a23617b84b
commit 3c45e55f91

View file

@ -78,7 +78,7 @@ func parseRequest(state request.Request) (r recordRequest, err error) {
return r, nil
}
// Because of ambiquity we check the labels left: 1: an endpoint. 2: port and protocol.
// Because of ambiguity we check the labels left: 1: an endpoint. 2: port and protocol.
// Anything else is a query that is too long to answer and can safely be delegated to return an nxdomain.
switch last {