---
connection.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/connection.c b/connection.c
index 24de809..19808f7 100644
--- a/connection.c
+++ b/connection.c
_AT_@ -129,6 +129,9 @@ response:
case C_SEND_BODY:
if (c->req.method == M_GET) {
if (c->buf.len == 0) {
+ if (c->res.status == S_NOT_MODIFIED) {
+ break;
+ }
/* fill buffer with body data */
if ((s = data_fct[c->res.type](&c->res, &c->buf,
&c->progress))) {
--
2.47.3
Received on Tue Dec 30 2025 - 16:12:00 CET
This archive was generated by hypermail 2.3.0 : Tue Dec 30 2025 - 16:24:33 CET