Commit 05c1fb8a593c6aeb3869822ccc5cd551ba56d87f

Josh Bleecher Snyder 2019-12-06T11:04:40

http: avoid generating double slashes in url Prior to this change, given a remote url with a trailing slash, such as http://localhost/a/, service requests would contain a double slash: http://localhost/a//info/refs?service=git-receive-pack. Detect and prevent that. Updates #5321