net/http: panic if path value is an asterisk #67067
Labels
FixPending
Issues that have a fix which has not yet been reviewed or submitted.
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
Go version
go version go1.22.2 darwin/arm64
Output of
go env
in your module/workspace:What did you do?
I've wrote simple server and simple curl
curl -X GET "localhost:6006/files/*"
What did you see happen?
What did you expect to see?
I'm expecting that my server won't panic if i provide an asterisk to path variable
The text was updated successfully, but these errors were encountered: