We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Interesting idea. I decided to assign a new http-client-3 label here.
http-client-3
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).
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: