Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request body must not be larger than 1MB #2

Open
cobolbaby opened this issue Nov 12, 2022 · 0 comments
Open

Request body must not be larger than 1MB #2

cobolbaby opened this issue Nov 12, 2022 · 0 comments

Comments

@cobolbaby
Copy link

cobolbaby commented Nov 12, 2022

Why is it hard-coded to limit the message size to 1MB. When publishing messages via the Console, messages larger than 1MB cannot be sent due to this limit.

r.Body = http.MaxBytesReader(w, r.Body, 1048576)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant