Skip to content

Requests with Transfer-Encoding: chunked are broken #4

Open
@armanbilge

Description

@armanbilge

And I'm not really sure why. For example:

// the server responds 400 parse error: invalid character in chunk size
Request[IO](POST).withEntity(Stream.emit[IO, String]("blah"))

// this just hangs
Request[IO](POST).withEntity[Stream[IO, String]](Stream.empty)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions