Skip to content

Bug report for trillium-sse, trillium-http: SSE is sent with chunked encoding, but should not be #583

@jbr

Description

@jbr

Currently, there is no way to send a http/1.1 response without either a Transfer-Encoding: Chunked OR Content-Length header. However, per the whatwg document.

Authors are also cautioned that HTTP chunking can have unexpected negative effects on the reliability of this protocol, in particular if the chunking is done by a different layer unaware of the timing requirements. If this is a problem, chunking can be disabled for serving event streams.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions