]> Cypherpunks repositories - gostls13.git/commit
websocket: fix bug involving spaces in header keys
authorBill Neubauer <wcn@golang.org>
Fri, 30 Jul 2010 19:27:03 +0000 (12:27 -0700)
committerRuss Cox <rsc@golang.org>
Fri, 30 Jul 2010 19:27:03 +0000 (12:27 -0700)
commit6d37724c1565d5a7c977313d7988f873a88c85ad
tree8af02be997a6fd18544cb0f528560f138339c2f6
parent1c4d380b8091d42abbfe070197b4555daa56e4d0
websocket: fix bug involving spaces in header keys

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