Håvard Slettvold
Håvard Slettvold
I'm having the same issues with ports now. I don't think it's a good idea to forcefully inject the ports, sometimes we host it on other ports or with proxies,...
Not passing any host configuration still makes one and sets a port number in it. When making requests, the following happens: ```python # in request_client.py async def _async_request( # pylint:disable=too-many-arguments...
Sorry, I read that a little too quickly. You can indeed, but I can't really find a way to avoid your lib forcing a port number into the base_url. I...