| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +2 |
/*
func (st *serverTester) closeConn() {
st.scMu.Lock()
defer st.scMu.Unlock()
st.sc.conn.Close()
}
*/Forgot to delete?
type errorReader struct{ err error }Optional / nit / outside of this CL scope:
I remember you liking an [all-purpose reader more](https://go-review.googlesource.com/c/net/+/743600/comment/749fa567_8c44ea78/). Maybe we can just use one here too for consistency within x/net?
Entirely up to you.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |