Skip to content

Commit

Permalink
space monkey internal commit export
Browse files Browse the repository at this point in the history
[katamari commit: 9d8135ffb1b15694ef69909c3b174f246eae7559]
  • Loading branch information
jtolio committed Mar 7, 2014
1 parent 11c5494 commit b713c00
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -459,3 +459,7 @@ func (c *Conn) SetReadDeadline(t time.Time) error {
func (c *Conn) SetWriteDeadline(t time.Time) error {
return c.conn.SetWriteDeadline(t)
}

func (c *Conn) UnderlyingConn() net.Conn {
return c.conn
}

0 comments on commit b713c00

Please sign in to comment.