]> Cypherpunks repositories - gostls13.git/commit
net/http: add some tests around sending & receiving star requests
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 7 Jan 2016 19:57:49 +0000 (11:57 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 7 Jan 2016 23:06:17 +0000 (23:06 +0000)
commit40a26c92812a0b49a6a8335c9cb70a78fd380967
tree3b8c954ad4177d8436730570267304683b7a4b05
parent27691fa46735f642b7580d92b80bbf35dc40db97
net/http: add some tests around sending & receiving star requests

I thought there was still work to do in http2 for this, but I guess
not: the work for parsing them is in net/url (used by http2) and the
handling of OPTIONS * is already in net/http serverHandler, also used
by http2.

But keep the tests.

Change-Id: I566dd0a03cf13c9ea8e735c6bd32d2c521ed503b
Reviewed-on: https://go-review.googlesource.com/18368
Reviewed-by: Blake Mizerany <blake.mizerany@gmail.com>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
src/net/http/clientserver_test.go