I've opened this PR to prevent exceptions when null values are received: https://github.com/apache/httpcomponents-client/pull/237
-ck On Mon, Jul 6, 2020, at 02:35, Michael Osipov wrote: > Am 2020-07-06 um 04:03 schrieb Gary Gregory: > > I would expect null to be like false. > > > > The more important point is that the change is a potential NPE. > > It was prone to NPE before: result == Bolean.FALSE. You'd have to reject > null args with the Args class. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
