[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: newbie: problem with feed and Uland validator



hmm, it appears CF terminates the header with \n\n whereas a non-cf 
routed file (such as the static published xml version) terminates 
with \r\n\r\n

compare:

http://www.funjunkie.co.uk/news_rss.cfm
&
http://www.funjunkie.co.uk/news.xml

this would probably be it then - nothing much I can do about this. 
bah.

--- In syndication@y..., "markfoxie" <markpasc@m...> wrote:
> naligun wrote:
> > The error keep getting from the validator is: "Can't read stream 
> > because the TCP connection was closed unexpectedly."
> 
> You might check if your server is showing the end of the HTTP header
> with a full \r\n\r\n. UserLand's HTTP client code (in Radio, at 
least)
> requires it, and gives that error if it doesn't encounter one since 
it
> looks to the validator like the server disconnected before it 
finished
> sending the HTTP headers.
> 
> It's mentioned happening with another IIS/Cold Fusion set-up here:
> 
> http://radio.userland.com/discuss/msgReader$9158
> 
> 
> Mark Paschal
> http://markpasc.org/blog/
> markpasc@m...