Re: [PR] A FutureContribution should not allow a null BasicFuture [httpcomponents-core]

2024-09-24 Thread via GitHub
garydgregory merged PR #485: URL: https://github.com/apache/httpcomponents-core/pull/485 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...

[PR] A FutureContribution should not allow a null BasicFuture [httpcomponents-core]

2024-09-24 Thread via GitHub
garydgregory opened a new pull request, #485: URL: https://github.com/apache/httpcomponents-core/pull/485 I do not think it makes sense to build a new FutureContribution with a null callback. This does not happen in the current code base. -- This is an automated message from th