]> Cypherpunks repositories - gostls13.git/commit
net/url: preserve a trailing slash in JoinPath
authorIan Lance Taylor <iant@golang.org>
Thu, 31 Mar 2022 20:21:39 +0000 (13:21 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 5 Apr 2022 22:09:11 +0000 (22:09 +0000)
commitdbb52cc9f3e83a3040f46c2ae7650c15ab342179
treec9c95bd4a5ff22c7050a0b5d23679d15b43de125
parent69756b38f25bf72f1040dd7fd243febba89017e6
net/url: preserve a trailing slash in JoinPath

Fixes #52074

Change-Id: I30897f32e70a6ca0c4e11aaf07088c27336efaba
Reviewed-on: https://go-review.googlesource.com/c/go/+/397256
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Matt Layher <mdlayher@gmail.com>
Trust: Matt Layher <mdlayher@gmail.com>
src/net/url/url.go
src/net/url/url_test.go