]> Cypherpunks repositories - gostls13.git/commit
websocket: use URL.RawPath to construct WebSocket-Location: header
authorFumitoshi Ukai <ukai@google.com>
Fri, 19 Mar 2010 21:18:02 +0000 (14:18 -0700)
committerRuss Cox <rsc@golang.org>
Fri, 19 Mar 2010 21:18:02 +0000 (14:18 -0700)
commitf15447ca3ec6dff8c42fe9a33fddffe2eaf4cebf
tree34a79d658c6ca3d631415036dfd4702c6647c248
parent71e402d8ffa4b4acf9f8f0913e33761d02a26e90
websocket: use URL.RawPath to construct WebSocket-Location: header

R=rsc
CC=golang-dev
https://golang.org/cl/651041
src/pkg/websocket/server.go
src/pkg/websocket/websocket_test.go