Commit b5c0470c authored by Brad Fitzpatrick's avatar Brad Fitzpatrick

net/http: fix type name in comment

Change-Id: Ia03f993287d2929f35b4c92d00fe25c7243bd8b3
Reviewed-on: https://go-review.googlesource.com/32685Reviewed-by: 's avatarJosh Bleecher Snyder <josharian@gmail.com>
parent 3440c7bc
......@@ -262,7 +262,7 @@ type conn struct {
curReq atomic.Value // of *response (which has a Request in it)
curState atomic.Value // of ConnectionState
curState atomic.Value // of ConnState
// mu guards hijackedv
mu sync.Mutex
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment