]> Cypherpunks repositories - gostls13.git/commit
net/http: clarify ServeMux.Handler behavior
authorJonathan Amsterdam <jba@google.com>
Mon, 19 May 2025 13:20:04 +0000 (09:20 -0400)
committerJonathan Amsterdam <jba@google.com>
Mon, 19 May 2025 19:26:19 +0000 (12:26 -0700)
commit177d5eb630ab25916b6c44a6fa89ab371433f9fa
treef6b6340f30be29e645a1c00eb975577cff450ae8
parent3602cec3af6083d095729f3db8493a226b9273c3
net/http: clarify ServeMux.Handler behavior

Explain that ServeMux.Handler doesn't populate the request with
matches.

Fixes #69623.

Change-Id: If625b3f8e8f4e54b05e1d9a86e8c471045e77763
Reviewed-on: https://go-review.googlesource.com/c/go/+/674095
Reviewed-by: Damien Neil <dneil@google.com>
Reviewed-by: Chressie Himpel <chressie@google.com>
Reviewed-by: Sean Liao <sean@liao.dev>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/net/http/server.go