tiangolo / uvicorn-gunicorn-fastapi-docker

Docker image with Uvicorn managed by Gunicorn for high-performance FastAPI web applications in Python with performance auto-tuning.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is maximum query string length?

shizidushu opened this issue · comments

When I send the request with very long query string (A list of string). I get WARNING: Invalid HTTP request received.

After searched, I guess the cause may be there is limit on the query string length.

So, what is the maximum query string length? Can I change it?

Just find it is an upstream issue MagicStack/httptools#43

Thanks for reporting back and closing the issue 👍

Sorry for the long delay! 🙈 I wanted to personally address each issue/PR and they piled up through time, but now I'm checking each one in order.