Skip to content

Commit

Permalink
Remove retry_after_ms optional field
Browse files Browse the repository at this point in the history
Signed-off-by: Sumner Evans <sumner@beeper.com>
  • Loading branch information
sumnerevans committed Jul 8, 2022
1 parent 3b00026 commit 9627af2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions proposals/2246-asynchronous-uploads.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ non-asynchronous upload), the server should ignore this parameter.

If the data is not available before the specified time is up, the content
repository returns a `M_NOT_YET_UPLOADED` error with a HTTP 504 status code.
The error may include an additional `retry_after_ms` field to suggest when the
client should try again.

For the `/download` endpoint, the server could also stream data directly as it
is being uploaded. However, streaming creates several implementation and spec
Expand Down

0 comments on commit 9627af2

Please sign in to comment.