From: Brad Fitzpatrick Date: Wed, 30 Nov 2016 05:20:25 +0000 (+0000) Subject: doc: update go1.8.html to remove mention of logging of bad requests X-Git-Tag: go1.8beta1~14 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=b6cc37d8df8003fdfc334292e698a72c5cae35b7;p=gostls13.git doc: update go1.8.html to remove mention of logging of bad requests TBR=See https://golang.org/cl/33244 Updates #18095 Change-Id: I80f3a0462e6cc431b03927fa919cda4f6eee8d97 Reviewed-on: https://go-review.googlesource.com/33687 Reviewed-by: Brad Fitzpatrick --- diff --git a/doc/go1.8.html b/doc/go1.8.html index 4163027a32..257acd3e77 100644 --- a/doc/go1.8.html +++ b/doc/go1.8.html @@ -1173,10 +1173,6 @@ crypto/x509: return error for missing SerialNumber (CL 27238) in addition to the previous If-None-Match support. - -
  • - The server now logs bad requests. -