Commit 3c45e55f authored by AllenZMC's avatar AllenZMC Committed by Yong Tang

Update parse.go (#3122)

parent a23617b8
...@@ -78,7 +78,7 @@ func parseRequest(state request.Request) (r recordRequest, err error) { ...@@ -78,7 +78,7 @@ func parseRequest(state request.Request) (r recordRequest, err error) {
return r, nil 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. // Anything else is a query that is too long to answer and can safely be delegated to return an nxdomain.
switch last { switch last {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment