Skip to content

Request body must not be larger than 1MB #2

@cobolbaby

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions