net/http: extra space in panic message #21102
Closed
Labels
Milestone
Comments
Yeah, that looks like a copy/paste oversight from a few lines later. Sure, send a change. |
CL https://golang.org/cl/50350 mentions this issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In net/http/server.go,
I think the last space of🙏
"http: invalid pattern "
and+ pattern
are unnecessary because pattern is an empty string, so please review thisI'll send a change request if there is no problem.
The text was updated successfully, but these errors were encountered: