Need to set the header data.
authorWilfried Goesgens <dothebart@citadel.org>
Thu, 19 Feb 2015 23:06:07 +0000 (00:06 +0100)
committerWilfried Goesgens <dothebart@citadel.org>
Thu, 19 Feb 2015 23:06:07 +0000 (00:06 +0100)
citadel/modules/rssclient/serv_rssclient.c

index 88015ad476dd1d3eb7a1ddaea9926315d9ba2983..cc03230c9bccc3c3fcaa0dd22327b274477804f4 100644 (file)
@@ -738,6 +738,7 @@ int rss_do_fetching(rss_aggregator *RSSAggr)
                return 0;
        }
        chnd = IO->HttpReq.chnd;
+       OPT(HEADERDATA, IO);
        OPT(HEADERFUNCTION, GetLocationString);
        SetRSSState(IO, eRSSCreated);