-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
breaking changesChange that can breaking existing codeChange that can breaking existing codebugBug or defectBug or defect
Milestone
Description
When an HTTP request that has "Content-type: plain/text" and no payload is received by hapi, request.payload is an empty object {}. It should be an empty string.
When an HTTP request w/o content-type an no payload is parsed by hapi, request.payload is an empty object {}. It would make more sense if it was null.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
breaking changesChange that can breaking existing codeChange that can breaking existing codebugBug or defectBug or defect