fix: correctly override question type flag for requests by agners · Pull Request #1558 · python-zeroconf/python-zeroconf

@agners

Currently even when setting the explicit question type flag, the
implementation ignores it for subsequent queries. This commit ensures
that all queries respect the explicit question type flag.

@agners

Add unit test to validate that the explicit question type flag is set
correctly in outgoing requests.