]> Cypherpunks repositories - gostls13.git/commit
mime: Fix BenchmarkQDecodeHeader to call DecodeHeader
authorJustin Nuß <nuss.justin@gmail.com>
Sun, 28 Feb 2016 16:48:49 +0000 (17:48 +0100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sun, 28 Feb 2016 17:24:01 +0000 (17:24 +0000)
commit92408107dccbf4627ba8c88c62f84a7261c55ce3
tree2620ec428e5dccf2f643e2c0e59f77d3c84f0256
parentff274210674e407ab7c44585a097259cd029dced
mime: Fix BenchmarkQDecodeHeader to call DecodeHeader

Found this while reading through the code. The benchmark
accidently called the wrong function.

Change-Id: Idb88aa71e7098a4e29e7f5f39e64f8c5f8936a2a
Reviewed-on: https://go-review.googlesource.com/19977
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/mime/encodedword_test.go