Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: don't read more than max bytes from a request (#1276)
## Which problem is this PR solving? - If the compressed input to an HTTP request is too big, it can cause Refinery to have difficulties. ## Short description of the changes - Set a request max for the HTTP inputs /1/batch and /1/events - Remove bogus syntax from test config I don't have a good way to test this in CI, but it was extensively tested locally.
- Loading branch information