Skip to content

Enable deferred 100-continue signalling #46

@kanongil

Description

@kanongil

Currently subtext expects the user to have signalled 100-continue for senders that use this. Either implicitly, by not having a server listener for the "checkContinue" event, or explicitly by calling res.writeContinue().

Ideally, the subtext should enable the 100-continue signalling to be deferred until after the internal pre-validation phase. Eg. either split the processing into pre-validation & parsing steps, or add a callback option that signals that pre-validation completed succesfully.

Metadata

Metadata

Assignees

Labels

non issueIssue is not a problem or requires changes

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions