From: Carl Johnson Date: Wed, 22 Dec 2021 04:23:26 +0000 (+0000) Subject: doc/go1.18: fix broken HTML in net/http.MaxBytesHandler X-Git-Tag: go1.18beta2~185 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d2ce93960448559a7cb5685661502d8fc0c2ebc1;p=gostls13.git doc/go1.18: fix broken HTML in net/http.MaxBytesHandler For #47694 Sorry about that! I guess the autocompleter in VSCode auto-closed the paragraph and I didn't notice. Change-Id: I1e834e47deb708cd5285d26201a442305f8c3b24 GitHub-Last-Rev: ab8873155191072efd51270c85fc6feaed318cdc GitHub-Pull-Request: golang/go#50305 Reviewed-on: https://go-review.googlesource.com/c/go/+/374014 Reviewed-by: Ian Lance Taylor Trust: Dmitri Shuralyov --- diff --git a/doc/go1.18.html b/doc/go1.18.html index 9c839bdc8f..4d5184017e 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -758,7 +758,7 @@ Do not send CLs removing the interior tags from such phrases.

The new MaxBytesHandler - function creates a Handler

code> that wraps its + function creates a Handler that wraps its ResponseWriter and Request.Body with a MaxBytesReader.