• Russ Cox's avatar
    url: handle ; in ParseQuery · 686181ed
    Russ Cox authored
    Most web frameworks allow ; as a synonym for &,
    following a recommendation in some versions of
    the HTML specification.  Do the same.
    
    Remove overuse of Split.
    
    Move ParseQuery tests from package http to package url.
    
    Fixes #2210.
    
    R=golang-dev, r
    CC=golang-dev
    https://golang.org/cl/4973062
    686181ed
url.go 17.9 KB