Skip to content

Commit 6ecaee4

Browse files
authored
revert: remove 204 status from success list
1 parent dee2138 commit 6ecaee4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/flow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
maxChunkRetries: 0,
101101
chunkRetryInterval: null,
102102
permanentErrors: [404, 413, 415, 500, 501],
103-
successStatuses: [200, 201, 202, 204],
103+
successStatuses: [200, 201, 202],
104104
onDropStopPropagation: false,
105105
initFileFn: null,
106106
readFileFn: webAPIFileRead

0 commit comments

Comments
 (0)