Github user ok2c commented on a diff in the pull request:
https://github.com/apache/httpcomponents-core/pull/70#discussion_r202547759
--- Diff:
httpcore5/src/main/java/org/apache/hc/core5/http/nio/AsyncPushConsumer.java ---
@@ -40,7 +41,7 @@
*/
public interface AsyncPushConsumer extends AsyncDataConsumer {
- void consumePromise(HttpRequest promise, HttpResponse response,
EntityDetails entityDetails) throws HttpException, IOException;
+ void consumePromise(HttpRequest promise, HttpResponse response,
EntityDetails entityDetails, HttpContext context) throws HttpException,
IOException;
--- End diff --
@ato HC 5.0 is still BETA. We are at liberty to make small changes if it
helps keep APIs clean
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]