X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuhttpd.git;a=blobdiff_plain;f=relay.c;h=7331a0a59d2eedbe25e984b8b60a0d62580581c9;hp=619534970c7c5b948031b877a50e52aa7138b103;hb=d6366570bf706f3970b7f106a1ccd49b584559cf;hpb=87c52f8461fa74733572f4efc53bc30a64ca8575 diff --git a/relay.c b/relay.c index 6195349..7331a0a 100644 --- a/relay.c +++ b/relay.c @@ -142,7 +142,9 @@ static void relay_read_cb(struct ustream *s, int bytes) if (!buf || !len) return; - uh_chunk_write(cl, buf, len); + if (!r->skip_data) + uh_chunk_write(cl, buf, len); + ustream_consume(s, len); }