Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP request pipelining #121

Open
adamretter opened this issue Oct 11, 2018 · 1 comment
Open

HTTP request pipelining #121

adamretter opened this issue Oct 11, 2018 · 1 comment

Comments

@adamretter
Copy link
Member

adamretter commented Oct 11, 2018

At the moment there is no support for HTTP 1.1 Request Pipelining. This might be a nice thing to think about in future.

See for example: https://hc.apache.org/httpcomponents-asyncclient-ga/httpasyncclient/examples/org/apache/http/examples/nio/client/AsyncClientPipelinedStreaming.java

@ChristianGruen
Copy link
Member

Interesting idea. I decided to assign a new http-client-3 label here.

Support for HTTP/2 Multiplexing could be exciting as well (see e.g. https://stackoverflow.com/questions/34478967/what-is-the-difference-between-http-1-1-pipelining-and-http-2-multiplexing).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants