]> Cypherpunks repositories - gostls13.git/commit
net/http: document and test behavior of ServeMux with ports
authorGuilherme Goncalves <guilhermeaugustosg@gmail.com>
Sat, 23 Jun 2018 22:32:26 +0000 (22:32 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 25 Jun 2018 19:12:51 +0000 (19:12 +0000)
commit37f05cc6367e16865b8018948eed7ab2136d9d86
tree6fdde07be209bba7c0773cad1a76843202726bb2
parent444e7ddb276ff6e515fad846037c0ffcf1425076
net/http: document and test behavior of ServeMux with ports

Beginning on Go 1.9, ServeMux has been dropping the port number from the Host
header and in the path pattern. This commit explicitly mentions the change in
behavior and adds a simple test case to ensure consistency.

Fixes #23351.

Change-Id: I0270c8bd96cda92c13ac6437cdf66c2807b3042d
Reviewed-on: https://go-review.googlesource.com/120557
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/net/http/serve_test.go
src/net/http/server.go