commit | a08b1d13eaff45b0506369269ee9c597f3355646 | [log] [tgz] |
---|---|---|
author | Pieter Droogendijk <pieter@binky.org.uk> | Wed Aug 07 11:58:59 2013 -0700 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Wed Aug 07 11:58:59 2013 -0700 |
tree | ffcf5058c6fc186a9981f933789853f81478a9be | |
parent | 2b45124a598be04cfa7aad9de43f7cbb465603f8 [diff] |
net/http: Various fixes to Basic authentication There were some issues with the code sometimes using base64.StdEncoding, and sometimes base64.URLEncoding. Encoding basic authentication is now always done by the same code. Fixes #5970. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/12397043