-
Notifications
You must be signed in to change notification settings - Fork 188
Labels
bugSomething isn't workingSomething isn't working
Description
Package version (if known): v13
Describe the bug
The post endpoint /api/records/{idv}/draft fails when the user submits a record the beyond 126920 bytes and shifts to a chunk encoding. The response doesn't appear to be able to produce the chunks. The put and get endpoints don't exhibit this issue.
Steps to Reproduce
- Create a large record (e.g. lots of creators)
- Post the record to /api/records/{idv}/draft
- In modern requests versions you'll get
urllib3.exceptions.IncompleteRead: IncompleteRead and requests.exceptions.ChunkedEncodingError
Expected behavior
The post endpoint should work the same as the put endpoint
Screenshots (if applicable)
Additional context
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working