]> Cypherpunks repositories - gostls13.git/commit
net/http: fix link to ResponseWriter trailer example
authorReilly Watson <reillywatson@gmail.com>
Mon, 20 Dec 2021 21:31:45 +0000 (16:31 -0500)
committerEmmanuel Odeke <emmanuel@orijtech.com>
Tue, 21 Dec 2021 03:54:36 +0000 (03:54 +0000)
commitb5e06545b3c3b3b9c2ed8204e5ba3fd25a85db0f
treee2888ebfd4ca47bb90e8fdc927266c14c8bd4570
parent4dfbb89f585aac690a1c41dbb1604a567bc46f63
net/http: fix link to ResponseWriter trailer example

The links to this example were using an underscore separator
instead of a hyphen, and incorrect casing.

Fixes #50279

Change-Id: I35d76a8a78cd708b7505ff1a70f7dacddaf43efd
Reviewed-on: https://go-review.googlesource.com/c/go/+/373514
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com>
src/net/http/server.go