Merge branch 'maint'
[paraslash.git] / send_common.c
index 388fde03bdd4399d40ef3d9ad127f81a8ea75cb3..2af6a8dad7b80cec0e72c621c44be3a3d98a74bf 100644 (file)
@@ -162,8 +162,8 @@ void send_chunk(struct sender_client *sc, struct sender_status *ss,
                        if (ret < 0)
                                goto out;
                }
-               sc->header_sent = 1;
        }
+       sc->header_sent = 1;
        ret = send_queued_chunks(sc->fd, sc->cq, max_bytes_per_write);
        if (ret < 0) {
                shutdown_client(sc, ss);