Skip to content

Insufficient buffer size for HTTP collateral #49

Closed
@truekenny

Description

@truekenny

If the websocket server is behind cloudflare.com, then this may cause an error.
A couple of months ago this did not cause an error, but now the headers are over 1024 bytes.

What is the maximum size of HTTP header values?
Apache 8K
Nginx 4K-8K
IIS 8K-16K
Tomcat 8K - 48K

public const DEFAULT_RESPONSE_HEADER = 1024;

It must be increased to at least 4096.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions