Skip to content

Dump block device could be nicer #147

@hannesm

Description

@hannesm

The issue is that we dump it as a stream, so we do not have a Content-length header. To signal the end of the file to the client, we close the flow.

But likely there are better options in the HTTP protocol, such as chunked encoding, which we should use. This then would allow to keep the connection alive.

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