https://github.com/aio-libs The set of asyncio-based libraries built with high quality
popravich on travis_pypy
.travis.yml: chaching pip packa… Makefile: build/install only re… .travis.yml: cache redis-server… (compare)
Hello, thanks for maintaining this great library
I'm experiencing a weird bug - after fulfilling 100 parallel requests, both aiohttp and httpx just halt - no further requests can be made.
I'm probably doing something stupid, can someone please tell me what's the right way to do this?
RuntimeError: Session is closed
Hi, I was making a custom MultiPart form-data request and got a 502 (it's either nginx or Apache, so standard).
Commenting out this line was what made the request successful:
https://github.com/aio-libs/aiohttp/blob/5f0a59fd38f048ee65b6199a26d2355075d0d196/aiohttp/helpers.py#L372
Is this covered by some standard?
helpers.content_disposition_header
whether to encode the field value or not. In my case, it was an ASCII string. Also, curl
didn't encode it.
wraptile
posted an image: wraptile
the docs here are incorrect as dict is invalid type
wraptile
ValueError: dictionary update sequence element #0 has length 9; 2 is required