h2c
h2c copied to clipboard
http2client
Hi, while the demo from README.md works with akamai, it does not work with some other sites: ``` $ h2c start & $ h2c connect www.diplo.de:443 Error while reading next...
It would be nice to have some command that displays info about current options set so user can double check is everything prepared correctly before sending request. eg command: `h2c...
i need to see what exactly I am sending or receiving using cli where the request header is saved in a txt file. I can do something like the following...
Chromium developers have [announced](https://groups.google.com/a/chromium.org/g/blink-dev/c/K3rYLvmQUBY/m/vOWBKZGoAQAJ?pli=1) that they plan to remove support for HTTP/2 server push from the browser engine. Does it affect this app in anyway?
h2c set does not work。
For debugging, it would be useful if h2c also supported raw HTTP/2 without first establishing a TLS channel. This is currently not possible, h2c will just fail. Could you add...
The [cert that is baked into wiretap][cert] has expired. ``` Validity Not Before: Aug 14 21:07:58 2015 GMT Not After : Sep 13 21:07:58 2015 GMT Subject: C=DE, ST=Some-State, O=h2c,...
On High Sierra I get this error: fatal error: systemstack called from unexpected goroutine Bus error: 10 The fatal error is printed many times
Example: -> HEADERS(1) - END_STREAM + END_HEADERS :method: POST :scheme: https :authority: localhost:8443 :path: / content-type: application/json content-length: 58 Stream: RemainingSendFlowControlWindowIsEnough(58): 65535 > 58 = true -> DATA(1) + END_STREAM...