-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
P2P2 labels are used for significant features, improvements, etcP2 labels are used for significant features, improvements, etcenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersneeds-triageThis label refers to a non-final decision on implementation, when an important feature/bug is addedThis label refers to a non-final decision on implementation, when an important feature/bug is added
Description
We're using an http middleware, which assigns a UUID for every request. This can be super helpful for co-relating http requests, debugging bugs and understanding the overall flow of data.
Currently we're assigning X-Request-Id for every request, which might not be what we actually need. Since the uuid in the request id and the uuid in the session-based upload are of the same pattern (uuid v4), maybe we can find a way to assign uuid from the StartUpload method, re-use this id from any chunk-upload method and complete upload method?
Metadata
Metadata
Assignees
Labels
P2P2 labels are used for significant features, improvements, etcP2 labels are used for significant features, improvements, etcenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersneeds-triageThis label refers to a non-final decision on implementation, when an important feature/bug is addedThis label refers to a non-final decision on implementation, when an important feature/bug is added
Type
Projects
Status
Backlog