]> Cypherpunks repositories - gostls13.git/commit
websocket: Fix infinite recursion in WebSockAddr String()
authorTarmigan Casebolt <tarmigan@gmail.com>
Mon, 12 Sep 2011 17:48:56 +0000 (13:48 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 12 Sep 2011 17:48:56 +0000 (13:48 -0400)
commit73fd9e7d9389579b5a2ea401df18b7316fa66323
tree1c3ee0863b50bb0d1fa1913dac7fcd8ea7bbcae8
parent3e42de29c98016ce277f7382cc3434f5e4a8f57f
websocket: Fix infinite recursion in WebSockAddr String()

String() is already inherited from the embedded *url.URL

R=ukai, adg, rsc
CC=golang-dev
https://golang.org/cl/4992049
src/pkg/websocket/websocket.go
src/pkg/websocket/websocket_test.go