Protocols.HTTP/pgsql: fixed possible call of the NULL value a?->b() is equivalent to (a && a->b)(). In order to make the call optional, a?->b && a->b() has to be used, instead.