Skip to content
This repository was archived by the owner on Nov 23, 2021. It is now read-only.
This repository was archived by the owner on Nov 23, 2021. It is now read-only.

Alternate transfer encoding (e.g. content-length) needs work and testing #46

@carlbrown

Description

@carlbrown

In working on writing a framework on top of this one, I've discovered that I quite often want to send a payload that has a fixed length (e.g. a JSON Data produced by Codable), and the code paths to do that (e.g. in HTTPStreamingParser.swift when isChunked == false) are hard to use and poorly tested.

I need to fix that.

Metadata

Metadata

Assignees

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