SG87

Results 2 issues of SG87

The simplified code ``` import os from elasticsearch import AsyncElasticsearch from fastapi import FastAPI, HTTPException, Depends, status import secrets from fastapi.security import HTTPBasic, HTTPBasicCredentials import uvicorn application = FastAPI() security...

need confirmation
workers/gunicorn

🐞 **Describe the bug** When sending a call in a aiohttp ClientSession, the error `too many header bytes seen; overflow detected` is returned. 💡 **To Reproduce** No exact code to...

bug
client
reproducer: present
needs-info