You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a Convoy configuration setting max_response_size that limits the size of client requests sent to ingest, but when a client sends a payload that is too large, Convoy still responds with a 200.
To Reproduce
Steps to reproduce the behavior:
Generate a sample payload larger than the configured max_response_size
POST it to the Convoy subscription endpoint
Convoy will respond with {"status":true,"message":"Event received","data":51200} and an http code of 200.
Expected behavior
Convoy would ideally respond with a 413 (Payload Too Large)
Stack (please complete the following information):
Convoy: v24.1.2
PostgreSQL: 15
Redis: 7
OS: Kubernetes
The text was updated successfully, but these errors were encountered:
Describe the bug
There is a Convoy configuration setting
max_response_size
that limits the size of client requests sent to ingest, but when a client sends a payload that is too large, Convoy still responds with a200
.To Reproduce
Steps to reproduce the behavior:
max_response_size
POST
it to the Convoy subscription endpoint{"status":true,"message":"Event received","data":51200}
and an http code of200
.Expected behavior
Convoy would ideally respond with a 413 (Payload Too Large)
Stack (please complete the following information):
The text was updated successfully, but these errors were encountered: