]> Cypherpunks repositories - gostls13.git/commit
net/http: fix validHeaderValue yet again, excluding the DEL CTL byte
authorBrad Fitzpatrick <bradfitz@golang.org>
Fri, 8 Jan 2016 18:30:04 +0000 (18:30 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 8 Jan 2016 19:01:32 +0000 (19:01 +0000)
commit39ad0fd0789872f9469167be7fe9578625ff246e
tree172bbbd29e5f8c209b2acb74623982c4ba12ca29
parentecc01a7ddf626ffb3debcb851ee21bed8dded9a1
net/http: fix validHeaderValue yet again, excluding the DEL CTL byte

Third time's a charm.

Thanks to Ralph Corderoy for noticing the DEL omission.

Update #11207

Change-Id: I174fd01eaecceae1eb220f2c9136e12d40fbe943
Reviewed-on: https://go-review.googlesource.com/18375
Reviewed-by: Russ Cox <rsc@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/net/http/lex.go
src/net/http/request.go
src/net/http/serve_test.go