commit 622e750970adbd898b25f71ab58d9f526b7b96a1
parent 909392cbc2c150c27ff723fae39c81c1b7ca930c
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 30 May 2026 23:35:13 +0200
remove duplicate increment, same increment is also in line 1385
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/mhd2/stream_process_reply.c b/src/mhd2/stream_process_reply.c
@@ -1347,7 +1347,6 @@ mhd_stream_prep_chunked_body (struct MHD_Connection *restrict c)
"than requested).");
return true;
}
- c->rp.rsp_cntn_read_pos += filled;
c->write_buffer_append_offset += filled;
}
else if (mhd_RESPONSE_CONTENT_DATA_FILE == r->cntn_dtype)