davecheney / httpstat

It's like curl -v, with colours.
MIT License
7.07k stars 385 forks source link

Enable HTTP/2 #84

Closed moorereason closed 8 years ago

moorereason commented 8 years ago

Because we create a custom TLSClientConfig, we have to opt-in to HTTP/2.

Fixes #76

theckman commented 8 years ago

@moorereason we need to check in the package to the vendor/ directory. I guess a submodule.

davecheney commented 8 years ago

Seriously? We have to vendor http2? There's already a copy in the standard library (but it's hidden because vendor/ is completely broken)

davecheney commented 8 years ago

Please try dwp/vendetta, it automates all the messing around with submodules.

davecheney commented 8 years ago

LGTM. Thank you