Skip to content

Add HTTP2 async/streaming support #190

@zurab-darkly

Description

@zurab-darkly

Currently, with HTTP1 shotgun is able to handle async SSE streams by using special logic when it detects the chunked transfer encoding header. For HTTP2, which gun will use when available, shotgun will try to process it as a non-chunked request (since HTTP2 doesn't support chunking) and end up in gen_statem timeout.

It seems like we'll need a new HTTP2 way to handle streams.

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