1
0
mirror of https://github.com/golang/go synced 2024-11-26 23:01:23 -07:00
This commit is contained in:
Jes Cok 2024-01-03 12:11:57 +08:00
parent d177cf8d34
commit 1981db1647

View File

@ -1054,7 +1054,7 @@ func TestRequestCloneTransferEncoding(t *testing.T) {
}
// Ensure that Request.Clone works correctly with PathValue.
// See issue #64911.
// See issue 64911.
func TestRequestClonePathValue(t *testing.T) {
req, _ := http.NewRequest("GET", "https://example.org/", nil)
req.SetPathValue("p1", "orig")