hatoo / oha

Ohayou(おはよう), HTTP load generator, inspired by rakyll/hey with tui animation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add HTTP pipelining support

sdeleuze opened this issue · comments

Like what wrk allows with https://github.com/wg/wrk/blob/master/scripts/pipeline.lua, it would be nice to be able to use HTTP pipelining with oha (maybe combined with the dynamic url feature, not sure).

This is the only feature that is missing for my use case, thanks for building such great tool!

HTTP pipelining won't be supported. 🙇
Because our backend, hyper doesn't support it hyperium/hyper#2596

You can use HTTP2 and it has similar features.