fix(v2): Use case-insensitive check on bool query params

Fix issue #261
This commit is contained in:
Brian Waldon
2014-02-07 12:48:18 -08:00
parent ed3d63248a
commit 42363001b4
4 changed files with 100 additions and 11 deletions

View File

@@ -2,6 +2,9 @@
. ./build
go test -i ./http
go test -v ./http
go test -i ./store
go test -v ./store