We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72be485 + fa6e999 commit 1a90868Copy full SHA for 1a90868
doh-server/ietf.go
@@ -62,7 +62,7 @@ func (s *Server) parseRequestIETF(ctx context.Context, w http.ResponseWriter, r
62
if len(requestBinary) == 0 {
63
return &DNSRequest{
64
errcode: 400,
65
- errtext: fmt.Sprintf("Invalid argument value: \"dns\""),
+ errtext: "Invalid argument value: \"dns\"",
66
}
67
68
0 commit comments