Skip to content

Commit

Permalink
net/http: fix type name in comment
Browse files Browse the repository at this point in the history
Change-Id: Ia03f993287d2929f35b4c92d00fe25c7243bd8b3
Reviewed-on: https://go-review.googlesource.com/32685
Reviewed-by: Josh Bleecher Snyder <[email protected]>
  • Loading branch information
bradfitz committed Nov 4, 2016
1 parent 3440c7b commit b5c0470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/http/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b5c0470

Please sign in to comment.