| ... | @@ -266,7 +266,6 @@ const Eval = struct { | ... | @@ -266,7 +266,6 @@ const Eval = struct { |
| 266 | try eval.checkSuccessOutcome(update, null, prog_node); | 266 | try eval.checkSuccessOutcome(update, null, prog_node); |
| 267 | // This message indicates the end of the update. | 267 | // This message indicates the end of the update. |
| 268 | stdout.discard(body.len); | 268 | stdout.discard(body.len); |
| 269 | return; | | |
| 270 | } | 269 | } |
| 271 | | 270 | |
| 272 | const digest = body[@sizeOf(EbpHdr)..][0..Cache.bin_digest_len]; | 271 | const digest = body[@sizeOf(EbpHdr)..][0..Cache.bin_digest_len]; |
| ... | @@ -290,7 +289,6 @@ const Eval = struct { | ... | @@ -290,7 +289,6 @@ const Eval = struct { |
| 290 | try eval.checkSuccessOutcome(update, bin_path, prog_node); | 289 | try eval.checkSuccessOutcome(update, bin_path, prog_node); |
| 291 | // This message indicates the end of the update. | 290 | // This message indicates the end of the update. |
| 292 | stdout.discard(body.len); | 291 | stdout.discard(body.len); |
| 293 | return; | | |
| 294 | }, | 292 | }, |
| 295 | else => { | 293 | else => { |
| 296 | // Ignore other messages. | 294 | // Ignore other messages. |