Skip to content

Request body must not be larger than 1MB #2

Description

@cobolbaby

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions