]> Cypherpunks repositories - gostls13.git/commit
crypto/tls: handle non-TLS more robustly
authorRuss Cox <rsc@golang.org>
Mon, 12 Sep 2011 20:52:49 +0000 (16:52 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 12 Sep 2011 20:52:49 +0000 (16:52 -0400)
commit3b189d8f9c243d594b8ab8db495da9c60bae5428
treefc9c48bd68cea36652cc5b752b3d614001353d04
parent9fc687392c215a090b35d6966964990633f40acb
crypto/tls: handle non-TLS more robustly

Fixes #2253.

R=agl
CC=golang-dev
https://golang.org/cl/4960066
src/pkg/crypto/tls/conn.go
src/pkg/crypto/tls/handshake_server_test.go