hertz
hertz copied to clipboard
is there have plans to support http pipeline
is there have plans to support http pipeline?
No plans for now, you are welcome to contribute to the community.This capability is similar to H2 and we are about to open source H2.
When the pipeline receives the response, it must also be received in an orderly manner, that is, the first request sent, the corresponding response must also be the firstTo receive, even if other responses arrive first, you must wait when receiving.
I think H2 is better option and has been open sourced. See https://github.com/cloudwego/hertz/pull/283