[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: moreover RSS broken
> Their RSS feeds have been broken since about 1pm on Jan 31st.
> See for example:
> http://www.syndic8.com/feedinfo.php?FeedID=144
My cacher also stopped working with moreover. It appears that their
web server stopped sending the content-length header field. I use
that to determine how many bytes to read from a socket. Since they
don't specify the content-length, it defaults to zero in my cacher.
-David