]> Cypherpunks repositories - gostls13.git/commit
net/http: add Server.ErrorLog; log and test TLS handshake errors
authorBrad Fitzpatrick <bradfitz@golang.org>
Fri, 28 Feb 2014 20:12:51 +0000 (12:12 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 28 Feb 2014 20:12:51 +0000 (12:12 -0800)
commit281088b1f087aff44c4a928734871fe94f82b88b
tree078591ccadb480e564d8f5690db7d71c3dc9d60e
parent91e3681105912bf39404be544c6d5a41ce2b789a
net/http: add Server.ErrorLog; log and test TLS handshake errors

Fixes #7291

LGTM=agl
R=golang-codereviews, agl
CC=agl, golang-codereviews
https://golang.org/cl/70250044
src/pkg/net/http/client_test.go
src/pkg/net/http/serve_test.go
src/pkg/net/http/server.go