Andrew Post
Andrew Post
The following code fails with testcontainers-python 3.0.2: ``` from testcontainers.mongodb import MongoDbContainer with MongoDbContainer('mongo:4.2.2') as mongo_: ... db = mongo_.get_connection_client().test ... db.test.insert_one({'foo': 'bar'}) ``` with ``` Pulling image mongo:4.2.2 Container...
Account for the possibility that X-Forwarded-Host contains multiple hosts. When there is a chain of reverse proxies, X-Forwarded-Host may contain multiple comma-separated hostnames/ports. My proposed change accounts for this possibility....
### Describe the bug I'm running aiohttp 3.10.11 in a linux docker container in the mountain daylight timezone, and the timestamp that aiohttp inserts into its access logs is in...