]> Cypherpunks repositories - gostls13.git/commit
Revert "crypto/tls: add CloseWrite method to Conn"
authorAdam Langley <agl@golang.org>
Mon, 17 Oct 2016 21:26:57 +0000 (14:26 -0700)
committerAdam Langley <agl@golang.org>
Mon, 17 Oct 2016 21:33:09 +0000 (21:33 +0000)
commitd1bfa3c68d11c861f3e3629e525b2515aa1ef68f
tree70f7a7652d6bf52d80c631f338cdf841ff0834b0
parent67d8226b4862f0f8deb4dc6fa8617017ecb0f32b
Revert "crypto/tls: add CloseWrite method to Conn"

This reverts commit c6185aa63217c84a1a73c578c155e7d4dec6cec8. That
commit seems to be causing flaky failures on the builders. See
discussion on the original thread: https://golang.org/cl/25159.

Change-Id: I26e72d962d4efdcee28a0bc61a53f246b046df77
Reviewed-on: https://go-review.googlesource.com/31316
Run-TryBot: Adam Langley <agl@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/crypto/tls/conn.go
src/crypto/tls/tls_test.go