Open
Description
Right now Vulcan probably isn't that awesome to expose to the general internet.
We need to add many limits and hardening of what is accepted from clients, and better understand abusive upstreams.
For example:
- Request bodies are not limited in any way, and may consume all memory.
- Response Bodies are not streamed, and are buffered completely in memory.
- Add or improve timeouts of clients, upstreams, etc.
- Improve limits on number of headers, size of headers, etc.