yohcop / openid-go

OpenID consumer implementation in Go - golang
Other
83 stars 40 forks source link

Make X-XRDS-Location Header Case-Insensitive #13

Closed mapix closed 8 years ago

mapix commented 8 years ago

@yohcop pls review

As python-openid support case-insensitive X-XRDS-Location header and even use it in it's Example. Support case-insensitive X-XRDS-Location header make openid-go works well with these legacy implements.

yohcop commented 8 years ago

Thanks!