chore: remove all source code comments and internal artifacts
Strip every comment from the source (parsed with the TypeScript compiler so strings, template literals, regex literals and JSX are never touched), and drop internal/working artifacts that do not belong in the public repository (design mockups, internal analysis docs, a stray backup file and an old log). No functional change: build is green, the full test suite passes.
This commit is contained in:
@@ -127,11 +127,6 @@ export function validateDownloadedFileCompletion(args: {
|
||||
}
|
||||
|
||||
if (args.plan.source === "stream-end") {
|
||||
// H3: Kein Content-Length, keine Provider-Größe UND 0 Bytes empfangen → der
|
||||
// Hoster hat die Verbindung sofort geschlossen. Das ist ein fehlgeschlagener
|
||||
// Download, kein gültiges "fertig" — sonst gilt eine leere Datei als komplett
|
||||
// und es gibt keinen Auto-Redownload. Verhält sich jetzt wie der bereits
|
||||
// behandelte Fall actualBytes<=0 mit bekannter Größe (oben).
|
||||
if (actualBytes <= 0) {
|
||||
return {
|
||||
ok: false,
|
||||
|
||||
Reference in New Issue
Block a user