]> Cypherpunks repositories - gostls13.git/commit
net/url: allow spaces in IPv6 zone identifier for Windows
authorRuss Cox <rsc@golang.org>
Sun, 24 Jan 2016 04:31:23 +0000 (23:31 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 26 Jan 2016 16:24:06 +0000 (16:24 +0000)
commit038b8139433054c70f17494f4cd96dd4f3ddd696
tree3838f424703953d7284efe64d2064c11c521c1e9
parent980364b7a2425657a5c66dcad4e52f6cd3723a77
net/url: allow spaces in IPv6 zone identifier for Windows

Windows: putting spaces where they don't belong since Windows NT 3.1.

Fixes #14002.

Change-Id: I48ba8a7bfe3f27f83c8aa8355a8d355933d6c5df
Reviewed-on: https://go-review.googlesource.com/18855
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/url/url.go
src/net/url/url_test.go