codesenberg / bombardier

Fast cross-platform HTTP benchmarking tool written in Go
MIT License
5.91k stars 313 forks source link

Unable to connect with h2c - HTTP/2 clear text protocol #90

Open Aman-Singla-00 opened 2 years ago

Aman-Singla-00 commented 2 years ago

Is there any option to send request with h2c protocol..?

codesenberg commented 1 year ago

I'm afraid --fasthttp client doesn't support HTTP/2 at all (see valyala/fasthttp#144). Go's --http2 client seem to support of h2c.