]> Cypherpunks repositories - gostls13.git/commit
net/http: update bundle command
authorRuss Cox <rsc@golang.org>
Wed, 17 Feb 2016 15:41:03 +0000 (10:41 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 17 Feb 2016 18:23:46 +0000 (18:23 +0000)
commitc4f902bef4c7edb9b051cec6c3da6690dc045203
tree14631f25675052ca945ae93ab1af3dbd149550e3
parentf997475129cb12924e34156a0529d88612695d22
net/http: update bundle command

This is the bundle command's new usage and new output header,
after CL 19428.

Actually running this command would work but would bring in
a newer x/net/http2 that we don't want yet.

Change-Id: Ic6082ca00102a2df1f7632eebf9aca41fdcdb444
Reviewed-on: https://go-review.googlesource.com/19551
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Chris Broadfoot <cbro@golang.org>
src/net/http/h2_bundle.go