From: Rhys Hiltner Date: Thu, 10 Jun 2021 22:05:07 +0000 (-0700) Subject: doc/go1.17: fix formatting near httptest X-Git-Tag: go1.17rc1~122 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=2721da2608;p=gostls13.git doc/go1.17: fix formatting near httptest Change-Id: Ic1a0add3a1e137ca5cd0f3e9ce3266191b0b55cd Reviewed-on: https://go-review.googlesource.com/c/go/+/326777 Trust: Alberto Donizetti Reviewed-by: Dmitri Shuralyov --- diff --git a/doc/go1.17.html b/doc/go1.17.html index 49fbabdc3f..101957aabd 100644 --- a/doc/go1.17.html +++ b/doc/go1.17.html @@ -763,9 +763,9 @@ func Foo() bool {
net/http/httptest

- ResponseRecorder.WriteHeader> + ResponseRecorder.WriteHeader now panics when the provided code is not a valid three-digit HTTP status code. - This matches the behavior of ResponseWriter> + This matches the behavior of ResponseWriter implementations in the net/http package.