davecheney / httpstat

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

Enable HTTP/2 #84

Closed moorereason closed 7 years ago

moorereason commented 7 years ago

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

Fixes #76

theckman commented 7 years ago

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

davecheney commented 7 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 7 years ago

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

davecheney commented 7 years ago

LGTM. Thank you