GitHub user ato opened a pull request:
https://github.com/apache/httpcomponents-client/pull/107
AsyncPushConsumer now also accepts a HttpContext
These are the corresponding client changes for the core interface change in
apache/httpcomponents-core#70.
This patch is not expected to compile without the corresponding core patch.
@ok2c should I add context as a parameter to start() as well and update the
push example? Or would you prefer to keep the change minimal like this and let
user code which needs access to the context override consumePromise themselves.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ato/httpcomponents-client push-context
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/httpcomponents-client/pull/107.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #107
----
commit 0d69f646c14ec8b79b0f37eb7023fd5dbe418956
Author: Alex Osborne <aosborne@...>
Date: 2018-07-15T23:31:12Z
AsyncPushConsumer now also accepts a HttpContext
These are the corresponding client changes for the core interface
change in apache/httpcomponents-core#70.
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]