fix a comment

This commit is contained in:
iamqizhao
2015-04-21 17:28:46 -07:00
parent 71c0864854
commit 3b8eba3a28

View File

@ -74,7 +74,7 @@ type Credentials interface {
// authentication protocols (e.g., TLS, SSL) must implement.
type TransportAuthenticator interface {
// Handshake does the authentication handshake specified by the corresponding
// authentication protocol on the given rawConn.
// authentication protocol on rawConn.
Handshake(addr string, rawConn net.Conn, timeout time.Duration) (net.Conn, error)
// NewListener creates a listener which accepts connections with requested
// authentication handshake.