]> Cypherpunks repositories - gostls13.git/commit
Explicitly return values where it's shadowing the parameter.
authorChristopher Wedgwood <cw@f00f.org>
Tue, 1 Dec 2009 23:54:49 +0000 (15:54 -0800)
committerAdam Langley <agl@golang.org>
Tue, 1 Dec 2009 23:54:49 +0000 (15:54 -0800)
commit4f6dbc6901d457037bd4980b77e9bcd3bd67b911
treefbdb37b51fdd69bd03b2ba76712187fd145870f7
parente1c347ca59dbcbac447989ee0065c6ff99a00d0a
Explicitly return values where it's shadowing the parameter.

Bad returns noticed by "Devon H. O'Dell" <devon.odell@gmail.com>.

Resolves Issue 360.

R=rsc, dho, agl, agl1
CC=ukai
https://golang.org/cl/163055
src/pkg/websocket/websocket.go