Are there any request header size limits I should be aware of for DO Load Balancers? I don’t see any listed in Limits doc here: https://docs.digitalocean.com/products/networking/load-balancers/details/limits/
I’ve observed an error in nginx that indicates upstream is closing the connection when my request header size exceeds 6kb.
The only thing upstream of nginx in my case is DO Load Balancers.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
As far as I know only when using UDP in forwarding rules, the maximum payload size of a UDP packet sent to the load balancer is 1424 bytes.
Would you mind sharing the exact error that you are seeing in your Nginx error log when your request header exceeds 6kb?
Best,
Bobby